In [1]:
import requests
from bs4 import BeautifulSoup

In [2]:
url = "http://www.nytimes.com/"
r = requests.get(url)

In [3]:
r.content


Out[3]:
'<!DOCTYPE html>\n<!--[if (gt IE 9)|!(IE)]> <!--> <html lang="en" class="no-js edition-domestic app-homepage"  itemscope xmlns:og="http://opengraphprotocol.org/schema/"> <!--<![endif]-->\n<!--[if IE 9]> <html lang="en" class="no-js ie9 lt-ie10 edition-domestic app-homepage" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->\n<!--[if IE 8]> <html lang="en" class="no-js ie8 lt-ie10 lt-ie9 edition-domestic app-homepage" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->\n<!--[if (lt IE 8)]> <html lang="en" class="no-js lt-ie10 lt-ie9 lt-ie8 edition-domestic app-homepage" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->\n<head>\n    <title>The New York Times - Breaking News, World News & Multimedia</title>\n        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(n,e,t){function r(t){if(!e[t]){var o=e[t]={exports:{}};n[t][0].call(o.exports,function(e){var o=n[t][1][e];return r(o?o:e)},o,o.exports)}return e[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({QJf3ax:[function(n,e){function t(n){function e(e,t,a){n&&n(e,t,a),a||(a={});for(var u=c(e),f=u.length,s=i(a,o,r),p=0;f>p;p++)u[p].apply(s,t);return s}function a(n,e){f[n]=c(n).concat(e)}function c(n){return f[n]||[]}function u(){return t(e)}var f={};return{on:a,emit:e,create:u,listeners:c,_events:f}}function r(){return{}}var o="nr@context",i=n("gos");e.exports=t()},{gos:"7eSDFh"}],ee:[function(n,e){e.exports=n("QJf3ax")},{}],3:[function(n,e){function t(n){return function(){r(n,[(new Date).getTime()].concat(i(arguments)))}}var r=n("handle"),o=n(1),i=n(2);"undefined"==typeof window.newrelic&&(newrelic=window.NREUM);var a=["setPageViewName","addPageAction","setCustomAttribute","finished","addToTrace","inlineHit","noticeError"];o(a,function(n,e){window.NREUM[e]=t("api-"+e)}),e.exports=window.NREUM},{1:12,2:13,handle:"D5DuLP"}],gos:[function(n,e){e.exports=n("7eSDFh")},{}],"7eSDFh":[function(n,e){function t(n,e,t){if(r.call(n,e))return n[e];var o=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(n,e,{value:o,writable:!0,enumerable:!1}),o}catch(i){}return n[e]=o,o}var r=Object.prototype.hasOwnProperty;e.exports=t},{}],D5DuLP:[function(n,e){function t(n,e,t){return r.listeners(n).length?r.emit(n,e,t):(o[n]||(o[n]=[]),void o[n].push(e))}var r=n("ee").create(),o={};e.exports=t,t.ee=r,r.q=o},{ee:"QJf3ax"}],handle:[function(n,e){e.exports=n("D5DuLP")},{}],XL7HBI:[function(n,e){function t(n){var e=typeof n;return!n||"object"!==e&&"function"!==e?-1:n===window?0:i(n,o,function(){return r++})}var r=1,o="nr@id",i=n("gos");e.exports=t},{gos:"7eSDFh"}],id:[function(n,e){e.exports=n("XL7HBI")},{}],loader:[function(n,e){e.exports=n("G9z0Bl")},{}],G9z0Bl:[function(n,e){function t(){var n=h.info=NREUM.info;if(n&&n.licenseKey&&n.applicationID&&f&&f.body){c(l,function(e,t){e in n||(n[e]=t)}),h.proto="https"===d.split(":")[0]||n.sslForHttp?"https://":"http://",a("mark",["onload",i()]);var e=f.createElement("script");e.src=h.proto+n.agent,f.body.appendChild(e)}}function r(){"complete"===f.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=n("handle"),c=n(1),u=(n(2),window),f=u.document,s="addEventListener",p="attachEvent",d=(""+location).split("?")[0],l={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-593.min.js"},h=e.exports={offset:i(),origin:d,features:{}};f[s]?(f[s]("DOMContentLoaded",o,!1),u[s]("load",t,!1)):(f[p]("onreadystatechange",r),u[p]("onload",t)),a("mark",["firstbyte",i()])},{1:12,2:3,handle:"D5DuLP"}],12:[function(n,e){function t(n,e){var t=[],o="",i=0;for(o in n)r.call(n,o)&&(t[i]=e(o,n[o]),i+=1);return t}var r=Object.prototype.hasOwnProperty;e.exports=t},{}],13:[function(n,e){function t(n,e,t){e||(e=0),"undefined"==typeof t&&(t=n?n.length:0);for(var r=-1,o=t-e||0,i=Array(0>o?0:o);++r<o;)i[r]=n[e+r];return i}e.exports=t},{}]},{},["G9z0Bl"]);</script>\n<link rel="shortcut icon" href="http://static01.nyt.com/favicon.ico" />\n<link rel="apple-touch-icon-precomposed" sizes="144\xc3\x97144" href="http://static01.nyt.com/images/icons/ios-ipad-144x144.png" />\n<link rel="apple-touch-icon-precomposed" sizes="114\xc3\x97114" href="http://static01.nyt.com/images/icons/ios-iphone-114x144.png" />\n<link rel="apple-touch-icon-precomposed" href="http://static01.nyt.com/images/icons/ios-default-homescreen-57x57.png" />\n<meta name="sourceApp" content="nyt-v5" />\n<meta id="applicationName" name="applicationName" content="homepage" />\n<meta id="foundation-build-id" name="foundation-build-id" content="" />\n<link rel="canonical" href="http://www.nytimes.com" />\n<link rel="alternate" type="application/rss+xml" title="RSS" href="http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" />\n<link rel="alternate" media="handheld" href="http://mobile.nytimes.com" />\n<meta name="robots" content="noarchive,noodp,noydir" />\n<meta name="description" content="The New York Times: Find breaking news, multimedia, reviews & opinion on Washington, business, sports, movies, travel, books, jobs, education, real estate, cars & more at nytimes.com." />\n<meta name="CG" content="Homepage" />\n<meta name="SCG" content="" />\n<meta name="PT" content="Homepage" />\n<meta name="PST" content="" />\n<meta name="application-name" content="The New York Times" />\n<meta name="msapplication-starturl" content="http://www.nytimes.com" />\n<meta name="msapplication-task" content="name=Search;action-uri=http://query.nytimes.com/search/sitesearch?src=iepin;icon-uri=http://css.nyt.com/images/icons/search.ico" />\n<meta name="msapplication-task" content="name=Most Popular;action-uri=http://www.nytimes.com/gst/mostpopular.html?src=iepin;icon-uri=http://css.nyt.com/images/icons/mostpopular.ico" />\n<meta name="msapplication-task" content="name=Video;action-uri=http://video.nytimes.com/?src=iepin;icon-uri=http://css.nyt.com/images/icons/video.ico" />\n<meta name="msapplication-task" content="name=Homepage;action-uri=http://www.nytimes.com?src=iepin&amp;adxnnl=1;icon-uri=http://css.nyt.com/images/icons/homepage.ico" />\n<meta property="og:url" content="http://www.nytimes.com" />\n<meta property="og:type" content="website" />\n<meta property="og:title" content="Breaking News, World News & Multimedia" />\n<meta property="og:description" content="The New York Times: Find breaking news, multimedia, reviews & opinion on Washington, business, sports, movies, travel, books, jobs, education, real estate, cars & more at nytimes.com." />\n<meta property="og:image" content="http://static01.nyt.com/images/icons/t_logo_291_black.png" />\n<meta property="fb:app_id" content="9869919170" />\n<meta name="apple-itunes-app" content="app-id=357066198, affiliate-data=at=10lIEQ&ct=Web%20iPad%20Smart%20App%20Banner&pt=13036" />\n<meta name="keywords" content="Ethics and Official Misconduct,House of Representatives,Hastert, J Dennis,Illinois,Soccer,International Federation of Association Football (FIFA),Blatter, Sepp,United States,Union of European Football Assns (UEFA),International Federation of Association Football (FIFA),Confederation of North, Central American and Caribbean Association Football (CONCACAF),Soccer,World Cup (Soccer),Gulati, Sunil,Blatter, Sepp,Putin, Vladimir V,Russia,International Federation of Association Football (FIFA),Blatter, Sepp,Corruption (Institutional),United States International Relations,United States,Justice Department,Switzerland,Crime and Criminals,Soccer,World Cup (Soccer),Blatter, Joseph S,International Federation of Association Football (FIFA),Terrorism,Civilian Casualties,Islamic State in Iraq and Syria (ISIS),Palmyra (Syria),Arts and Antiquities Looting,Terrorism,Historic Buildings and Sites,General Assembly (UN),Islamic State in Iraq and Syria (ISIS),United Nations,Mohamed Ali Alhakim,Iraq,United Nations Educational, Scientific and Cultural Organization,Torture,Women and Girls,Truth and Dignity Commission (Tunisia),Tunisia,Pregnancy and Childbirth,Depression (Mental),Mental Health and Disorders,Women and Girls,Babies and Infants,Parenting,Aurora, Colo, Shooting (2012),Holmes, James Eagan,Denver (Colo),Murders, Attempted Murders and Homicides,Railroads,Police,Miami (Fla),Racial Profiling,Police Brutality, Misconduct and Shootings,Virtual Reality (Computers),Google Inc,Wearable Computing,GoPro,Surveillance of Citizens by Government,Senate,National Security Agency,USA PATRIOT Act,Terrorism,Privacy,Fuld, Richard S Jr,Lehman Brothers Holdings Inc,Subprime Mortgage Crisis,Banking and Financial Institutions,Presidential Election of 2016,Sanders, Bernard,Democratic Party,Voting and Voters,Elderly,Hotels and Travel Lodgings,Deaths (Obituaries),Honeymoons,Poconos (Pa),Morris Wilkins,Inventions and Patents,Cove Haven,TLC (TV Network),19 Kids and Counting (TV Program),Advertising and Marketing,Reality Television,Child Abuse and Neglect,General Mills Inc,Pizza Hut,Duggar, Josh (1988- ),Jordan, Gigi,Mirra, Jude Michael,Solomon, Charles H,Sentences (Criminal),Murders, Attempted Murders and Homicides,Manhattan (NYC),Television,Oyelowo, David,Nightingale (TV Program),Theater,An Act of God (Play),Parsons, Jim,Mantello, Joe,Javerbaum, David,Kazurinsky, Tim,Fitzgerald, Christopher,Netflix Inc,Net Neutrality,Media,Antitrust Laws and Competition Issues,Television,Charter Communications Inc,Time Warner Cable Inc,Comcast Corporation,Regulation and Deregulation of Industry,Silicon Valley (Calif)" />\n<meta name="video:playerId" content="2640832222001" />\n<meta name="video:publisherId" content="1749339200" />\n<meta name="video:publisherReadToken" content="cE97ArV7TzqBzkmeRVVhJ8O6GWME2iG_bRvjBTlNb4o." />\n    \n            <!--[if (gt IE 9)|!(IE)]> <!-->\n    <link rel="stylesheet" type="text/css" media="screen" href="http://a1.nyt.com/assets/homepage/20150522-113713/css/homepage/styles.css" />\n<!--<![endif]-->\n<!--[if lte IE 9]>\n    <link rel="stylesheet" type="text/css" media="screen" href="http://a1.nyt.com/assets/homepage/20150522-113713/css/homepage/styles-ie.css" />\n<![endif]-->        <script src="http://a1.nyt.com/assets/homepage/20150522-113713/js/homepage/ad-loader.js"></script>\n<script>window.NYTADX.buildAdx([\'Ethics and Official Misconduct\',\'House of Representatives\',\'Hastert, J Dennis\',\'Illinois\',\'Soccer\',\'International Federation of Association Football (FIFA)\',\'Blatter, Sepp\',\'United States\',\'Union of European Football Assns (UEFA)\',\'International Federation of Association Football (FIFA)\',\'Confederation of North, Central American and Caribbean Association Football (CONCACAF)\',\'Soccer\',\'World Cup (Soccer)\',\'Gulati, Sunil\',\'Blatter, Sepp\',\'Putin, Vladimir V\',\'Russia\',\'International Federation of Association Football (FIFA)\',\'Blatter, Sepp\',\'Corruption (Institutional)\',\'United States International Relations\',\'United States\',\'Justice Department\',\'Switzerland\',\'Crime and Criminals\',\'Soccer\',\'World Cup (Soccer)\',\'Blatter, Joseph S\',\'International Federation of Association Football (FIFA)\',\'Terrorism\',\'Civilian Casualties\',\'Islamic State in Iraq and Syria (ISIS)\',\'Palmyra (Syria)\',\'Arts and Antiquities Looting\',\'Terrorism\',\'Historic Buildings and Sites\',\'General Assembly (UN)\',\'Islamic State in Iraq and Syria (ISIS)\',\'United Nations\',\'Mohamed Ali Alhakim\',\'Iraq\',\'United Nations Educational, Scientific and Cultural Organization\',\'Torture\',\'Women and Girls\',\'Truth and Dignity Commission (Tunisia)\',\'Tunisia\',\'Pregnancy and Childbirth\',\'Depression (Mental)\',\'Mental Health and Disorders\',\'Women and Girls\',\'Babies and Infants\',\'Parenting\',\'Aurora, Colo, Shooting (2012)\',\'Holmes, James Eagan\',\'Denver (Colo)\',\'Murders, Attempted Murders and Homicides\',\'Railroads\',\'Police\',\'Miami (Fla)\',\'Racial Profiling\',\'Police Brutality, Misconduct and Shootings\',\'Virtual Reality (Computers)\',\'Google Inc\',\'Wearable Computing\',\'GoPro\',\'Surveillance of Citizens by Government\',\'Senate\',\'National Security Agency\',\'USA PATRIOT Act\',\'Terrorism\',\'Privacy\',\'Fuld, Richard S Jr\',\'Lehman Brothers Holdings Inc\',\'Subprime Mortgage Crisis\',\'Banking and Financial Institutions\',\'Presidential Election of 2016\',\'Sanders, Bernard\',\'Democratic Party\',\'Voting and Voters\',\'Elderly\',\'Hotels and Travel Lodgings\',\'Deaths (Obituaries)\',\'Honeymoons\',\'Poconos (Pa)\',\'Morris Wilkins\',\'Inventions and Patents\',\'Cove Haven\',\'TLC (TV Network)\',\'19 Kids and Counting (TV Program)\',\'Advertising and Marketing\',\'Reality Television\',\'Child Abuse and Neglect\',\'General Mills Inc\',\'Pizza Hut\',\'Duggar, Josh (1988- )\',\'Jordan, Gigi\',\'Mirra, Jude Michael\',\'Solomon, Charles H\',\'Sentences (Criminal)\',\'Murders, Attempted Murders and Homicides\',\'Manhattan (NYC)\',\'Television\',\'Oyelowo, David\',\'Nightingale (TV Program)\',\'Theater\',\'An Act of God (Play)\',\'Parsons, Jim\',\'Mantello, Joe\',\'Javerbaum, David\',\'Kazurinsky, Tim\',\'Fitzgerald, Christopher\',\'Netflix Inc\',\'Net Neutrality\',\'Media\',\'Antitrust Laws and Competition Issues\',\'Television\',\'Charter Communications Inc\',\'Time Warner Cable Inc\',\'Comcast Corporation\',\'Regulation and Deregulation of Industry\',\'Silicon Valley (Calif)\'], \'\', true)</script>\n\n<script src="//typeface.nytimes.com/zam5nzz.js"></script>\n<script>try{Typekit.load();}catch(e){}</script>\n<script id="abtestconfig" type="application/json">\n[\n    {\n        "testId": "0002",\n        "testName": "promotron",\n        "throttle": 1.0,\n        "allocation": 0.5,\n        "variants": 1\n    },\n    {\n        "testId": "0012",\n        "testName": "tallWatchingModule",\n        "throttle": 1.0,\n        "allocation": 0.9,\n        "variants": 1,\n        "applications": ["homepage"]\n    },\n    {\n        "testId": "0033",\n        "testName": "recommendedLabelTest",\n        "throttle": 1,\n        "allocation": 0.833,\n        "variants": 5,\n        "applications": ["article"]\n    },\n    {\n        "testId": "0034",\n        "testName": "whatsNextLdaVideo",\n        "throttle": 1.0,\n        "allocation": 0.75,\n        "variants": 3,\n        "applications": ["article"]\n    },\n    {\n        "testId": "0035",\n        "testName": "randomMostEmailed",\n        "throttle": 1,\n        "allocation": 0.6,\n        "variants": 2,\n        "applications": ["article"]\n    },\n    {\n        "testId": "0036",\n        "testName": "velcroSocialFollow",\n        "throttle": 0.1,\n        "allocation": 0.5,\n        "variants": 1,\n        "applications": ["article", "homepage"]\n    },\n    {\n        "testId": "0050",\n        "testName": "styledMostEmailed",\n        "throttle": 1,\n        "allocation": 0.667,\n        "variants": 2,\n        "applications": ["article"]\n    },\n    {\n        "testId": "0051",\n        "testName": "shuffleRecommendations",\n        "throttle": 1.0,\n        "allocation": 0.667,\n        "variants": 1,\n        "applications": ["article"]\n    }\n]\n\n</script>\n\n<script>\nvar require = {\n    baseUrl: \'http://a1.nyt.com/assets/\',\n    waitSeconds: 20,\n    paths: {\n        \'foundation\': \'homepage/20150522-113713/js/foundation\',\n        \'shared\': \'homepage/20150522-113713/js/shared\',\n        \'homepage\': \'homepage/20150522-113713/js/homepage\',\n        \'application\': \'homepage/20150522-113713/js/homepage/\',\n        \'videoFactory\': \'http://static01.nyt.com/js2/build/video/2.0/videofactoryrequire\',\n        \'videoPlaylist\': \'http://static01.nyt.com/js2/build/video/players/extended/2.0/appRequire\',\n        \'auth/mtr\': \'http://static01.nyt.com/js/mtr\',\n        \'auth/growl\': \'http://static01.nyt.com/js/auth/growl/default\',\n        \'vhs\': \'http://static01.nyt.com/video/vhs/build/vhs-2.x.min\'\n    }\n};\n</script>\n<!--[if (gte IE 9)|!(IE)]> <!-->\n<script data-main="foundation/main" src="http://a1.nyt.com/assets/homepage/20150522-113713/js/foundation/lib/framework.js"></script>\n<!--<![endif]-->\n<!--[if lt IE 9]>\n<script>\nrequire.map = { \'*\': { \'foundation/main\': \'foundation/legacy_main\' } };\n</script>\n<script data-main="foundation/legacy_main" src="http://a1.nyt.com/assets/homepage/20150522-113713/js/foundation/lib/framework.js"></script>\n<![endif]-->\n<script>\nwindow.magnum.processFlags(["limitFabrikSave","homepageOpinionKickerCss","followFeature","velcroSocialFollow","allTheEmphases","videoVHSCover","videoVHSHomepageCover"]);\n</script>\n</head>\n<body>\n    \n    <style>\n    .lt-ie9 .messenger.suggestions {\n        display: block !important;\n        height: 50px;\n    }\n\n    .lt-ie9 .messenger.suggestions .message-bed {\n        background-color: #f8e9d2;\n        border-bottom: 1px solid #ccc;\n    }\n\n    .lt-ie9 .messenger.suggestions .message-container {\n        padding: 11px 18px 11px 30px;\n    }\n\n    .lt-ie9 .messenger.suggestions .action-link {\n        font-family: "nyt-franklin", arial, helvetica, sans-serif;\n        font-size: 10px;\n        font-weight: bold;\n        color: #a81817;\n        text-transform: uppercase;\n    }\n\n    .lt-ie9 .messenger.suggestions .alert-icon {\n        background: url(\'http://i1.nyt.com/images/icons/icon-alert-12x12-a81817.png\') no-repeat;\n        width: 12px;\n        height: 12px;\n        display: inline-block;\n        margin-top: -2px;\n        float: none;\n    }\n\n    .lt-ie9 .masthead,\n    .lt-ie9 .navigation,\n    .lt-ie9 .comments-panel {\n        margin-top: 50px !important;\n    }\n\n    .lt-ie9 .ribbon {\n        margin-top: 97px !important;\n    }\n</style>\n<div id="suggestions" class="suggestions messenger nocontent robots-nocontent" style="display:none;">\n    <div class="message-bed">\n        <div class="message-container last-message-container">\n            <div class="message">\n                <span class="message-content">\n                    <i class="icon alert-icon"></i><span class="message-title">NYTimes.com no longer supports Internet Explorer 8 or earlier. Please upgrade your browser.</span>\n                    <a href="http://www.nytimes.com/content/help/site/ie8-support.html" class="action-link">LEARN MORE \xc2\xbb</a>\n                </span>\n            </div>\n        </div>\n    </div>\n</div>\n    <div id="shell" class="shell">\n    <header id="masthead" class="masthead" role="banner">\n\n    <div id="announcements-container" class="announcements-container"></div>\n\n    <div id="Header1" class="ad header1-ad"></div>\n\n    <div class="masthead-cap-container">\n\n        <div id="masthead-cap" class="masthead-cap">\n\n            <div class="quick-navigation button-group">\n\n                <button class="button sections-button enable-a11y">\n                    <i class="icon sprite-icon"></i><span class="button-text">Sections</span>\n                </button>\n                <button class="button search-button">\n                    <i class="icon sprite-icon"></i><span class="button-text">Search</span>\n                </button>\n                <a class="button skip-button skip-to-content visually-hidden focusable" href="#top-news">Skip to content</a>\n                <a class="button skip-button skip-to-navigation visually-hidden focusable" href="#site-index-navigation">Skip to navigation</a>\n            </div><!-- close quick-navigation -->\n\n            <div class="user-tools">\n\n                <div id="Bar1" class="ad bar1-ad"></div>\n\n                <div class="user-tools-button-group button-group">\n                    <button class="button login-button login-modal-trigger hidden">Log In</button>\n                    <button class="button notifications-button hidden"><i class="icon sprite-icon"></i><span class="button-text">0</span></button>\n                    <button class="button user-settings-button">\n                        <i class="icon sprite-icon"></i><span class="button-text">Settings</span>\n                    </button>\n                </div>\n\n            </div><!-- close user-tools -->\n\n        </div><!-- close masthead-cap -->\n\n    </div><!-- close masthead-cap-container -->\n\n    <div class="masthead-meta">\n\n        <div class="editions tab">\n\n            <ul class="editions-menu">\n                                    <li class="edition-domestic-toggle active">U.S.</li>\n                    <li class="edition-international-toggle"><a href="http://international.nytimes.com" data-edition="global">International</a></li>\n                \n                <li class="edition-chinese-toggle"><a href="http://cn.nytimes.com" target="_blank" data-edition="chinese">\xe4\xb8\xad\xe6\x96\x87</a></li>\n            </ul>\n\n        </div><!-- close editions -->\n\n        <div id="TopLeft" class="ad top-left-ad"></div>\n        <div id="TopRight" class="ad top-right-ad"></div>\n\n        <h2 class="branding"><a href="http://www.nytimes.com/">\n    <svg class="nyt-logo" width="379" height="64" role="img" aria-label="The New York Times">\n        <image width="379" height="64" xlink:href="http://a1.nyt.com/assets/homepage/20150522-113713/images/foundation/logos/nyt-logo-379x64.svg" src="http://a1.nyt.com/assets/homepage/20150522-113713/images/foundation/logos/nyt-logo-379x64.png" alt="The New York Times" border="0"/>\n    </svg>\n\n</a></h2>\n        <ul class="masthead-menu">\n            <li class="date">Friday, May 29, 2015</li><li class="todays-paper"><a href="http://www.nytimes.com/pages/todayspaper/index.html" data-collection="todays-paper"><i class="icon sprite-icon"></i>Today\xe2\x80\x99s Paper</a></li><li class="video"><a href="http://www.nytimes.com/video" data-collection="video"><i class="icon sprite-icon"></i>Video</a></li><li id="weather" class="weather hidden" data-collection="weather"></li><li id="markets" class="markets hidden" data-collection="markets"></li>\n        </ul>\n\n    </div><!-- close masthead-meta -->\n\n    <nav id="mini-navigation" class="mini-navigation">\n    <ul class="mini-navigation-menu">\n\n        <li>\n            <button class="button sections-button">\n                <i class="icon sprite-icon"></i>\n                <span class="button-text">Sections</span>\n            </button>\n        </li><li>\n            <button class="button search-button">\n                <i class="icon sprite-icon"></i>\n                <span class="button-text">Search</span>\n            </button>\n        </li>\n\n            \n                <li class="shortcuts-9A43D8FC-F4CF-44D9-9B34-138D30468F8F ">\n                    <a href="http://www.nytimes.com/pages/world/index.html">World</a>\n                </li>\n\n            \n                <li class="shortcuts-23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE ">\n                    <a href="http://www.nytimes.com/pages/national/index.html">U.S.</a>\n                </li>\n\n            \n                <li class="shortcuts-80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB ">\n                    <a href="http://www.nytimes.com/pages/politics/index.html">Politics</a>\n                </li>\n\n            \n                <li class="shortcuts-C4DC8C0C-E148-4201-BF10-82F1C903DBFB ">\n                    <a href="http://www.nytimes.com/pages/nyregion/index.html">New York</a>\n                </li>\n\n            \n                <li class="shortcuts-104D1E63-9701-497B-8CF4-A4D120C9014E domestic">\n                    <a href="http://www.nytimes.com/pages/business/index.html">Business</a>\n                </li>\n\n            \n                <li class="shortcuts-A257D89A-0D3C-40AF-9C34-1A25A7947D94 international">\n                    <a href="http://www.nytimes.com/pages/business/international/index.html">Business</a>\n                </li>\n\n            \n                <li class="shortcuts-AD8090D7-4137-4D71-84C8-70DA3BD89778 domestic">\n                    <a href="http://www.nytimes.com/pages/opinion/index.html">Opinion</a>\n                </li>\n\n            \n                <li class="shortcuts-09736473-CB3F-4B2F-9772-3AF128ABE12D international">\n                    <a href="http://www.nytimes.com/pages/opinion/international/index.html">Opinion</a>\n                </li>\n\n            \n                <li class="shortcuts-78FBAD45-31A9-4EC7-B172-7D62A2B9955E ">\n                    <a href="http://www.nytimes.com/pages/technology/index.html">Technology</a>\n                </li>\n\n            \n                <li class="shortcuts-A4B35924-DB6C-4EA3-997D-450810F4FEE6 ">\n                    <a href="http://www.nytimes.com/pages/science/index.html">Science</a>\n                </li>\n\n            \n                <li class="shortcuts-7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC ">\n                    <a href="http://www.nytimes.com/pages/health/index.html">Health</a>\n                </li>\n\n            \n                <li class="shortcuts-DE2B278B-2783-4506-AAD5-C15A5BB6DA1A domestic">\n                    <a href="http://www.nytimes.com/pages/sports/index.html">Sports</a>\n                </li>\n\n            \n                <li class="shortcuts-BE66F420-C51B-461D-B487-CACF62E94AAE international">\n                    <a href="http://www.nytimes.com/pages/sports/international/index.html">Sports</a>\n                </li>\n\n            \n                <li class="shortcuts-C5BFA7D5-359C-427B-90E6-6B7245A6CDD8 domestic">\n                    <a href="http://www.nytimes.com/pages/arts/index.html">Arts</a>\n                </li>\n\n            \n                <li class="shortcuts-0202D0E4-C59B-479A-BD42-6F1766459781 international">\n                    <a href="http://www.nytimes.com/pages/arts/international/index.html">Arts</a>\n                </li>\n\n            \n                <li class="shortcuts-B3DFBD82-F298-43B3-9458-219B4F6AA2A5 domestic">\n                    <a href="http://www.nytimes.com/pages/fashion/index.html">Style</a>\n                </li>\n\n            \n                <li class="shortcuts-CC9E2674-F6C4-4A39-813B-F5AB0C515CEA international">\n                    <a href="http://www.nytimes.com/pages/style/international/index.html">Style</a>\n                </li>\n\n            \n                <li class="shortcuts-D9C94A2B-0364-4D25-8383-592CC66F82D4 domestic">\n                    <a href="http://www.nytimes.com/pages/dining/index.html">Food</a>\n                </li>\n\n            \n                <li class="shortcuts-FDEFB811-B483-4C3D-A25A-FD07BE5EAD96 international">\n                    <a href="http://www.nytimes.com/pages/dining/international/index.html">Food</a>\n                </li>\n\n            \n                <li class="shortcuts-FDA10AC4-4738-4099-91E8-15584765C8D7 ">\n                    <a href="http://www.nytimes.com/pages/travel/index.html">Travel</a>\n                </li>\n\n            \n                <li class="shortcuts-E57A148E-0CB9-4C02-966D-28B119710151 ">\n                    <a href="http://www.nytimes.com/pages/magazine/index.html">Magazine</a>\n                </li>\n\n            \n                <li class="shortcuts-92720057-BCB6-4BDB-9351-12F29393259F ">\n                    <a href="http://www.nytimes.com/pages/realestate/index.html">Real Estate</a>\n                </li>\n\n                        <li><button class="button all-sections-button">all</button></li>\n    </ul>\n\n</nav>\n    <div class="search-flyout-panel flyout-panel">\n    <button class="button close-button" type="button"><i class="icon"></i><span class="visually-hidden">Close search</span></button>\n    <div class="ad">\n        <small class="ad-sponsor">search sponsored by</small>\n        <div id="SponsorAd" class="sponsor-ad"></div>\n    </div>\n    <nav class="search-form-control form-control layout-horizontal">\n    <form class="search-form" role="search">\n        <div class="control">\n            <div class="label-container visually-hidden">\n                                <label for="search-input">Search NYTimes.com</label>\n                            </div>\n            <div class="field-container">\n                                <input id="search-input" name="search-input" type="text" class="search-input text" autocomplete="off" placeholder="Search NYTimes.com" />\n                \n                <button type="button" class="button clear-button" tabindex="-1" aria-describedby="clear-search-input"><i class="icon"></i><span id="clear-search-input" class="visually-hidden">Clear this text input</span></button>\n                <div class="auto-suggest" style="display: none;">\n                    <ol></ol>\n                </div>\n                <button class="button submit-button" type="submit">Go</button>\n            </div>\n        </div><!-- close control -->\n    </form>\n</nav>\n\n\n</div><!-- close flyout-panel -->\n    <div id="notification-modals" class="notification-modals"></div>\n\n</header><!-- close masthead -->\n<div id="masthead-placeholder" class="masthead-placeholder"></div>\n                    <nav id="navigation" class="navigation" role="navigation">\n</nav> <!-- close navigation -->\n\n<nav id="mobile-navigation" class="mobile-navigation hidden">\n</nav>\n\n    <div id="navigation-edge" class="navigation-edge"></div>\n    <div id="page" class="page">\n        <main id="main" class="main" role="main">\n        <div id="TopAd" class="ad top-ad nocontent robots-nocontent">\n    <div class="accessibility-ad-header visually-hidden">\n    <p>Advertisement</p>\n</div></div>\n\n<div id="Top" class="ad hp-top-ad hidden nocontent robots-nocontent"></div>\n<div id="Top_Close" class="ad hp-top-ad-close hidden nocontent robots-nocontent"></div>\n<div id="Top5" class="ad top5-ad nocontent robots-nocontent"></div>\n<script>window.NYTADX.setDimensions(\'Top\');</script>\n\n    <div class="span-abc-region region">\n        <div class="collection">\n            <style>\r\n\r\n/* Fix MM icons in kickers */\r\n.kicker .icon:before { top: 0px; }\r\n.kicker .media.slideshow { margin-bottom: 0px; }\r\n\r\n\r\n\r\n/* Hiding Hacks */\r\n\r\n.nythpHideKickers .kicker, .nythpHideBylines .byline, .nythpHideTimestamps .timestamp {\r\n    display: none;\r\n}\r\n\r\n/* banner hed modifications */\r\n.span-ab-top-region .story.theme-summary .story-heading {\r\n  line-height: 2.1rem;\r\n}\r\n\r\n\r\n/* Alterations to the Centered Feature Photo Spot Treatment */\r\n\r\n.b-column .photo-spot-region .story.theme-feature .story-heading {\r\n    font-size: 1.35rem;\r\n    line-height: 1.65rem;\r\n}\r\n\r\n.b-column  .photo-spot-region .story.theme-feature .story-heading {\r\n    padding: 0 22px; /* for headline wrapping  */\r\n}\r\n.b-column .photo-spot-region .story.theme-feature .summary {\r\n    line-height: 18px;\r\n}\r\n\r\n\r\n\r\n/* Daypart Styles */\r\n\r\n.pocket-region .story, .c-column #nythpDaypartRegion .story { margin-bottom: 15px !important; }\r\n\r\n.pocket-region h4.sectionHeaderHome, .c-column #nythpDaypartRegion h4.sectionHeaderHome {\r\n    font-size: 12px;\r\n    line-height: 14px;\r\n    font-weight: 700;\r\n    font-family: "nyt-cheltenham-sh",georgia,"times new roman",times,serif;\r\n    text-transform: uppercase;\r\n    margin-bottom: 6px;\r\n}\r\n\r\n.pocket-region h5, .c-column #nythpDaypartRegion h5 {\r\n\tfont-size: 14px;\r\n\tline-height: 16px;\r\n\tfont-weight: 700;\r\n\tfont-family: "nyt-cheltenham-sh",georgia,"times new roman",times,serif;\r\n\tmargin-bottom: 2px;\r\n}\r\n\r\n.pocket-region .runaroundRight, .c-column #nythpDaypartRegion .runaroundRight {\r\n\tfloat: right;\r\n\tclear: right;\r\n\tmargin: 3px 0px 6px 6px;\r\n}\r\n\r\n.pocket-region .summary, .c-column #nythpDaypartRegion .summary {\r\n    font-size: 13px;\r\n    line-height: 18px;\r\n    font-weight: 400;\r\n    font-family: georgia,"times new roman",times,serif;\r\n    margin-bottom: 0px;\r\n}\r\n\r\n.pocket-region .refer li, .c-column #nythpDaypartRegion .refer li {\r\n\tbackground-image: url(http://css.nyt.com/images/icons/bullet4x4.gif);\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: 0 .4em;\r\n\tpadding-left: 8px;\r\n\tfont-size: 12px;\r\n\tline-height: 14px;\r\n\tfont-weight: 700;\r\n\tfont-family: "nyt-cheltenham-sh",georgia,"times new roman",times,serif;\r\n}\r\n\r\n\r\n\r\n/* BEGIN .HPHEADER STYLING */\r\n\r\n.wf-loading .hpHeader h6 {\r\n    visibility: hidden;\r\n  }\r\n\r\n.hpHeader {\r\n  margin-bottom: 8px;\r\n}\r\n\r\n.hpHeader h6 {\r\n  font-family: "nyt-franklin",helvetica,arial,sans-serif;\r\n  text-transform: uppercase;\r\n  font-size: 11px;\r\n  font-weight: 700;\r\n  letter-spacing: 1px;\r\n  padding: 12px 4px 2px 0;\r\n  border-bottom: 1px solid #999;\r\n  border-top: 1px solid #E2E2E2;\r\n}\r\n\r\n\r\n.hpHeader h6 a, \r\n.hpHeader h6 a:visited  {\r\n  text-decoration: none;\r\n  color: #000;\r\n}\r\n\r\n.hpHeader h6:hover, .span-ab-top-region .hpHeader h6 a:hover, .top-news .b-column .hpHeader h6 a:hover, .b-column .split-layout .hpHeader h6:hover,  \r\n.hpHeader h6:active, .span-ab-top-region .hpHeader h6 a:active, .top-news .b-column .hpHeader h6 a:active, .b-column .split-layout .hpHeader h6:active {\r\n  border-bottom-color: #000;\r\n}\r\n\r\n/* B Column Centered Treatment */\r\n.span-ab-top-region .hpHeader h6, .top-news .b-column .hpHeader h6  {\r\n  text-align: center;\r\n  border-bottom: none;\r\n  padding: 0px;\r\n}\r\n\r\n.span-ab-top-region .hpHeader h6 a, .top-news .b-column .hpHeader h6 a  {\r\n  display: inline-block;\r\n  border-bottom: 1px solid #999;\r\n  padding: 12px 4px 2px 4px;\r\n}\r\n\r\n/* Undo B Column Treatment for 3 Column Layouts and Split Code */\r\n.b-column .split-layout .hpHeader h6 {\r\n  text-align: left;    \r\n  border-bottom: 1px solid #999;\r\n  padding: 12px 4px 2px 0;\r\n}\r\n\r\n.b-column .split-layout .hpHeader h6 a {\r\n  border-bottom: none;\r\n  padding: 0;\r\n}\r\n\r\n\r\n/* Remove Top Rule When First in Region */\r\n.collection:first-child .hpHeader h6, .collection:first-child .hpHeader h6 a {\r\n  border-top: none;\r\n  padding-top: 0;\r\n}\r\n\r\n/* Lens Header Styles */\r\n\r\n.hpHeader h6, .span-ab-top-region .hpHeader h6 a, .top-news .b-column .hpHeader h6 a, .b-column .split-layout .hpHeader h6 { border-bottom-width: 2px; }\r\n\r\n/* END .HPHEADER STYLING */\r\n\r\n\r\n/* Briefing Newsletter */\r\n\r\n.nythpBriefingNewsletterSignup {\r\n\tfont-family: \'nyt-franklin\', Arial, Helvetica, sans-serif;\r\n\tfont-size: 11px;\r\n\tpadding-left: 16px;\r\n\tbackground: url(\'http://graphics8.nytimes.com/packages/images/homepage/newsletter_icon.png\') no-repeat;\r\n\tfont-weight: 400;\r\n}\r\n\r\na.nythpBriefingNewsletterSignup, a:link.nythpBriefingNewsletterSignup, a:visited.nythpBriefingNewsletterSignup {\r\n\tcolor: #326891;\r\n}\r\n\r\n</style>\r\n<style>\r\n\r\n.nythpBriefings h3.kicker {\r\n    font-family: nyt-franklin,Arial,sans-serif;\r\n    font-size: 12px;\r\n    font-weight: 700;\r\n    background: url(\'http://graphics8.nytimes.com/packages/images/homepage/briefings/dogear_sm.png\') no-repeat scroll left top transparent;\r\n    padding: 0 0 3px 20px;\r\n    border-bottom: 1px solid #000;\r\n    display: inline-block;\r\n    color: #000;\r\n    margin-bottom: 8px;\r\nmargin-top: 0px !important;\r\n}\r\n\r\n.nythpBriefings .timestamp {display: none;}\r\n\r\n/* Gift Guide Promos */\r\n\r\n.nythpGiftguide h3.kicker {\r\n\r\n}\r\n\r\n.nythpGiftguide article .kicker, .nythpGiftguide .byline {\r\n\tdisplay: none;\r\n}\r\n\r\n.b-column .nythpGiftguide .image {\r\n\tmargin-top: -40px;\r\n}\r\n\r\n.nythpGiftguide .theme-news-headlines li:before {\r\n\tbackground: none;\r\n\tborder: none;\r\n}\r\n\r\n.nythpGiftguide .theme-news-headlines li {\r\n\tpadding-left: 0px;\r\n}\r\n\r\n.nythpGiftguide .refer li .refer-heading {\r\n\tfont-family: "nyt-franklin",arial,helvetica,sans-serif; \r\n\ttext-transform: uppercase; \r\n\tfont-size: 10px;\r\n\tfont-weight: 400;\r\n}\r\n\r\n.nythpGiftguide .story.theme-summary .story-heading {\r\n\tfont-size: 18px;\r\n\tline-height: 21px;\r\n\tfont-weight: 700;\r\n\tfont-family: "nyt-cheltenham",georgia,"times new roman",times,serif;\r\n}\r\n\r\n</style>\r\n\r\n<script>\r\nrequire([\'foundation/main\'], function () {\r\n    require([\'jquery/nyt\', \'foundation/views/page-manager\'], function ($, pageManager) {\r\n        $(document).ready(function () {\r\n             \r\n              $("h3:contains(\'The Day Ahead\')").parent().addClass("nythpBriefings");\r\n              $("h3:contains(\'Holiday Gift Guide\')").parent().addClass("nythpGiftguide");\r\n\r\n        });\r\n    });\r\n});\r\n\r\n</script></div>    </div><!-- close span-abc-region -->\n\n<div class="span-ab-layout layout">\n\n    <div class="ab-column column">\n\n        <section id="top-news" class="top-news">\n            <h2 class="section-heading visually-hidden">Top News</h2>\n\n            \n            \n            \n            <div class="wide-b-layout layout">\n\n                <div class="a-column column">\n\n                    <div class="first-column-region region">\n\n                        <div class="collection">\n            <article class="story theme-summary lede" data-story-id="100000003709284" data-rank="0" data-collection-renderstyle="LedeSum">\n    \n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/29/us/ex-house-speaker-j-dennis-hastert-indicted-on-federal-charges.html">U.S. Accuses Hastert of Paying to Hide \xe2\x80\x98Misconduct\xe2\x80\x99</a></h2>\n\n            <p class="byline">By MONICA DAVEY <time class="timestamp" datetime="2015-05-28" data-eastern-timestamp="9:09 PM" data-utc-timestamp="1432861742">9:09 PM ET</time></p>\n    \n    <p class="summary">Dennis Hastert, the Illinois politician and former speaker of the House of Representatives, is accused of lying to the F.B.I. and structuring cash withdrawals to avoid bank reporting requirements.</p>\n\n\t\t    <p class="theme-comments">\n    <a href="http://www.nytimes.com/2015/05/29/us/ex-house-speaker-j-dennis-hastert-indicted-on-federal-charges.html?hp&amp;target=comments#commentsContainer" class="comments-link"><i class="icon sprite-icon comments-icon"></i><span class="comment-count">&nbsp;Comments</span></a>\n</p>\n\t\n\t</article>\n\n\n</div><hr class="single-rule"><div class="collection">\n            <article class="story theme-summary" data-story-id="100000003707855" data-rank="0" data-collection-renderstyle="HpSum">\n    \n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/29/sports/soccer/sepp-blatter-fifa-corruption-soccer.html">Shrugging, FIFA Members Are Set to Re-elect President</a></h2>\n    \n            <p class="byline">By SAM BORDEN <time class="timestamp" datetime="2015-05-28" data-eastern-timestamp="11:22 PM" data-utc-timestamp="1432869720">11:22 PM ET</time></p>\n    \n    <p class="summary">The scandal has not changed the strange electoral math of FIFA: Europe\xe2\x80\x99s support of Prince Ali bin al-Hussein is outweighed by the support of many small countries for Sepp Blatter.</p>\n\n\t\t    <p class="theme-comments">\n    <a href="http://www.nytimes.com/2015/05/29/sports/soccer/sepp-blatter-fifa-corruption-soccer.html?hp&amp;target=comments#commentsContainer" class="comments-link"><i class="icon sprite-icon comments-icon"></i><span class="comment-count">&nbsp;Comments</span></a>\n</p>\n\t\n\t</article>\n\n</div><div class="collection headlines">\n                <h3 class="kicker collection-kicker">Related Coverage</h3>\n        <ul class="theme-news-headlines">\n                    <li>\n            <article class="story" data-story-id="100000003709206" data-rank="0" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/29/sports/us-soccer-will-support-blatter-rival-in-fifa-election.html">U.S. Soccer Will Support Blatter Rival in FIFA Election</a> <time class="timestamp" datetime="2015-05-28" data-eastern-timestamp="9:13 PM" data-utc-timestamp="1432862010">9:13 PM ET</time></h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003707865" data-rank="1" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/29/sports/vladimir-putin-fifa-corruption-soccer.html">Putin Denounces\nU.S. Over Arrests</a> </h2>\n</article>\n            </li>\n            </ul>\n</div><div class="collection headlines">\n            <ul class="theme-news-headlines">\n                    <li>\n            <article class="story" data-story-id="100000003709404" data-rank="0" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/video/sports/soccer/100000003709404/sepp-blatters-embattled-fifa-presidency.html"><span class="icon video">Video</span>:  Blatter\xe2\x80\x99s Embattled FIFA Presidency</a> </h2>\n</article>\n            </li>\n            </ul>\n</div><hr class="single-rule"><div class="collection">\n            <article class="story theme-summary" data-story-id="100000003708607" data-rank="0" data-collection-renderstyle="HpSum">\n    \n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/29/world/middleeast/isis-alternates-stick-and-carrot-to-control-palmyra.html">ISIS Plants Flag Atop Ancient Ruins, but Lets Them Stand</a></h2>\n    \n            <p class="byline">By ANNE BARNARD and HWAIDA SAAD <time class="timestamp" datetime="2015-05-28" data-eastern-timestamp="9:03 PM" data-utc-timestamp="1432861426">9:03 PM ET</time></p>\n    \n    <p class="summary">The seizure of Palmyra presents a new twist for the Islamic State: It is the first Syrian city the group has taken from the government, not from insurgents. Perhaps feeling less threatened, the militants are surprising some.</p>\n\n\t\t    <p class="theme-comments">\n    <a href="http://www.nytimes.com/2015/05/29/world/middleeast/isis-alternates-stick-and-carrot-to-control-palmyra.html?hp&amp;target=comments#commentsContainer" class="comments-link"><i class="icon sprite-icon comments-icon"></i><span class="comment-count">&nbsp;Comments</span></a>\n</p>\n\t\n\t</article>\n\n</div><div class="collection headlines">\n            <ul class="theme-news-headlines">\n                    <li>\n            <div style="margin-top: -10px;"></div>            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708667" data-rank="1" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/29/world/middleeast/un-resolves-to-combat-plundering-of-antiquities-by-isis.html">U.N. to Combat Plundering of Antiquities by ISIS</a> <time class="timestamp" datetime="2015-05-28" data-eastern-timestamp="9:09 PM" data-utc-timestamp="1432861791">9:09 PM ET</time></h2>\n</article>\n            </li>\n            </ul>\n</div><hr class="single-rule"><div class="collection">\n            <article class="story theme-summary" data-story-id="100000003699386" data-rank="0" data-collection-renderstyle="HpSum">\n    \n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/29/world/africa/women-in-tunisia-tell-of-decades-of-police-cruelty-violence-and-rape.html">Tunisia Digs Into\nDecades of Sexual\nViolence by Police</a></h2>\n    \n            <p class="byline">By CARLOTTA GALL </p>\n    \n    <p class="summary">In an Arab country where women\xe2\x80\x99s rights had made advances, women are testifying about abuses under two dictatorships.</p>\n\n\t\n\t</article>\n\n</div>                                                                        \n                    </div><!-- close first-column-region -->\n\n                </div><!-- close a-column -->\n\n                <div class="b-column column">\n\n                                            <div class="photo-spot-region region">\n\n                            <div class="collection">\n            <article class="story theme-summary lede" data-story-id="100000003700474" data-rank="0" data-collection-renderstyle="LargeMediaHeadlineSum">\n    \n    <figure class="media photo">\n    <div class="image">\n        <a href="http://www.nytimes.com/2015/05/31/magazine/the-secret-sadness-of-pregnancy-with-depression.html"><img src="http://static01.nyt.com/images/2015/05/31/magazine/31pregnancy1/31mag-31pregnancy-t_CA2-largeHorizontal375.jpg" alt=""></a>\n    </div>\n    <figcaption class="caption" itemprop="description">\n                    <span class="caption-text">For some women the anxiety of expected motherhood can be fatal.</span>\n        \n        \t        <span class="credit" itemprop="copyrightHolder">\n\t            <span class="visually-hidden">Credit</span>\n\t            Carla van de Puttelaar for The New York Times\t        </span>\n            </figcaption>\n</figure>\n\n            <h3 class="kicker">From the Magazine </h3>\n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/31/magazine/the-secret-sadness-of-pregnancy-with-depression.html">The Pain of Pregnancy With Depression</a></h2>\n\n            <p class="byline">By ANDREW SOLOMON </p>\n    \n    <p class="summary">Pregnant women often fear taking the antidepressants they rely on. But not treating their mental illness can be just as dangerous.</p>\n\n            <p class="theme-comments">\n    <a href="http://www.nytimes.com/2015/05/31/magazine/the-secret-sadness-of-pregnancy-with-depression.html?hp&amp;target=comments#commentsContainer" class="comments-link"><i class="icon sprite-icon comments-icon"></i><span class="comment-count">&nbsp;Comments</span></a>\n</p>\n    \n    </article>\n\n\n</div>\n                        </div><!-- close photo-spot-region -->\n\n                        <hr class="scotch-rule" />\n                    \n                    \n                        <div class="second-column-region region">\n\n                            <div class="collection">\n            <article class="story theme-summary" data-story-id="100000003708989" data-rank="0" data-collection-renderstyle="HpSumSmallMediaHigh">\n    \n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/29/us/james-holmess-notebook-and-insanity-debate-at-aurora-shooting-trial.html">Killer\xe2\x80\x99s Notes: Detailed Plans vs. \xe2\x80\x98a Whole Lot of Crazy\xe2\x80\x99</a></h2>\n\n            <div class="thumb">\n            <a href="http://www.nytimes.com/2015/05/29/us/james-holmess-notebook-and-insanity-debate-at-aurora-shooting-trial.html"><img src="http://static01.nyt.com/images/2015/05/29/us/Aurora/Aurora-thumbStandard.jpg" alt=""></a>\n        </div>\n    \n            <p class="byline">By JACK HEALY </p>\n        \n    <p class="summary">\n        Prosecutors say James E. Holmes was sane and methodical, planning his Colorado theater rampage with murderous intent. Defense lawyers say his writing brims with \xe2\x80\x9ca whole lot of crazy.\xe2\x80\x9d    </p>\n\n    \n    </article>\n</div><hr class="single-rule"><div class="collection">\n            <article class="story theme-summary" data-story-id="100000003704057" data-rank="0" data-collection-renderstyle="HpSumSmallMediaHigh">\n    \n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/29/us/complaints-rise-against-nations-railroad-police.html">Complaints Rise Against Nation\xe2\x80\x99s Railroad Police</a></h2>\n\n            <div class="thumb">\n            <a href="http://www.nytimes.com/2015/05/29/us/complaints-rise-against-nations-railroad-police.html"><img src="http://static01.nyt.com/images/2015/05/29/us/29railroad/29railroad-thumbStandard.jpg" alt=""></a>\n        </div>\n    \n            <p class="byline">By RON NIXON <time class="timestamp" datetime="2015-05-28" data-eastern-timestamp="9:26 PM" data-utc-timestamp="1432862800">9:26 PM ET</time></p>\n        \n    <p class="summary">\n        Little-known, company-run railroad police forces operate with little oversight by the states that license them.    </p>\n\n    \n    </article>\n</div><hr class="single-rule"><div class="collection">\n            <article class="story theme-summary" data-story-id="100000003706846" data-rank="0" data-collection-renderstyle="HpSumMediumMediaFloated">\n    \n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/29/technology/google-intensifies-focus-on-its-cardboard-virtual-reality-device.html">Google Focuses on Its Cardboard Virtual Reality Device</a></h2>\n\n            <figure class="media photo medium-thumb">\n    <div class="image">\n        <a href="http://www.nytimes.com/2015/05/29/technology/google-intensifies-focus-on-its-cardboard-virtual-reality-device.html"><img src="http://static01.nyt.com/images/2015/05/29/business/29google-web1/29google-web1-mediumFlexible177.jpg" alt="" /></a>\n    </div>\n</figure>\n    \n            <p class="byline">By CONOR DOUGHERTY </p>\n    \n    <p class="summary">\n        The search giant is introducing several initiatives to highlight its inexpensive virtual reality viewer, called Cardboard, including a partnership with GoPro.    </p>\n\n            <p class="theme-comments">\n    <a href="http://www.nytimes.com/2015/05/29/technology/google-intensifies-focus-on-its-cardboard-virtual-reality-device.html?hp&amp;target=comments#commentsContainer" class="comments-link"><i class="icon sprite-icon comments-icon"></i><span class="comment-count">&nbsp;Comments</span></a>\n</p>\n    \n    </article>\n</div><hr class="single-rule"><div class="collection">\n            <article class="story theme-summary" data-story-id="100000003708760" data-rank="0" data-collection-renderstyle="HpSumSmallMediaHigh">\n    \n            <h3 class="kicker">News Analysis </h3>\n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/29/us/reality-checks-in-debate-over-surveillance-laws.html">Reality Checks in Debate Over Surveillance Laws</a></h2>\n\n            <div class="thumb">\n            <a href="http://www.nytimes.com/2015/05/29/us/reality-checks-in-debate-over-surveillance-laws.html"><img src="http://static01.nyt.com/images/2015/05/29/us/29assess/29assess-thumbStandard.jpg" alt=""></a>\n        </div>\n    \n            <p class="byline">By CHARLIE SAVAGE <time class="timestamp" datetime="2015-05-28" data-eastern-timestamp="8:33 PM" data-utc-timestamp="1432859616">8:33 PM ET</time></p>\n        \n    <p class="summary">\n        There is little evidence in the history of the expiring Patriot Act powers to bolster the arguments that either supporters or opponents are making.    </p>\n\n    \n    </article>\n</div><hr class="single-rule"><div class="collection headlines">\n                <h3 class="kicker collection-kicker">More News</h3>\n        <ul class="theme-news-headlines">\n                    <li>\n            <article class="story" data-story-id="100000003708795" data-rank="0" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/29/business/dealbook/richard-fuld-breaks-his-silence-since-lehmans-collapse.html">Ex-Lehman Boss Breaks His Silence</a> </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003707578" data-rank="1" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/29/us/politics/bernie-sanders-campaign.html">Sanders Is a Hit With Another Age Group: His Own</a> </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709617" data-rank="2" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/29/us/morris-wilkins-dies-at-90-lured-lovers-to-poconos.html">Morris Wilkins, Lured Newlyweds to Poconos, Dies at 90</a> <time class="timestamp" datetime="2015-05-28" data-eastern-timestamp="8:33 PM" data-utc-timestamp="1432859629">8:33 PM ET</time></h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709576" data-rank="3" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/29/business/media/many-companies-cut-ads-from-tlcs-19-kids-and-counting.html">Companies Cut Ads From TLC\xe2\x80\x99s \xe2\x80\x9919 Kids and Counting\xe2\x80\x99</a> <time class="timestamp" datetime="2015-05-28" data-eastern-timestamp="8:18 PM" data-utc-timestamp="1432858707">8:18 PM ET</time></h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709600" data-rank="4" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/29/nyregion/gigi-jordan-receives-18-year-sentence-for-killing-her-son.html">18-Year Sentence for Woman Who Killed Autistic Son</a> <time class="timestamp" datetime="2015-05-28" data-eastern-timestamp="8:33 PM" data-utc-timestamp="1432859619">8:33 PM ET</time></h2>\n</article>\n            </li>\n            </ul>\n</div>\n                        </div><!-- close second-column-region -->\n\n                    \n                </div><!-- close b-column -->\n\n            </div><!-- close wide-b-layout -->\n\n            \n                            <div class="span-ab-bottom-region region">\n                    <hr class="scotch-rule" />\n<div class="split-3-layout layout theme-base">\n<h2 class="section-heading">\n</h2>\n<div class="column">\n    <article class="story theme-summary " data-story-id="100000003709171" data-rank="0" data-collection-renderstyle="HPMediumMediaHedSumDaypart">\n                <a href="http://www.nytimes.com/2015/05/29/arts/television/review-david-oyelowo-going-mad-in-nightingale.html">\n                        <div class="wide-thumb">\n                    <img src="http://static01.nyt.com/images/2015/05/29/arts/29NIGHTGALEJUMP/29NIGHTGALEJUMP-mediumThreeByTwo210-v2.jpg" />\n                                    </div>\n                 </a>\n        <h2 class="story-heading">\n            <a href="http://www.nytimes.com/2015/05/29/arts/television/review-david-oyelowo-going-mad-in-nightingale.html">Review: Oyelowo, Going Mad in \xe2\x80\x98Nightingale\xe2\x80\x99</a>\n        </h2>\n        <p class="summary">\n            David Oyelowo is the sole actor in this 83-minute HBO film, set in one location, about a delusional supermarket clerk.        </p>\n    </article>\n</div>\n<div class="column">\n    <article class="story theme-summary " data-story-id="100000003708770" data-rank="1" data-collection-renderstyle="HPMediumMediaHedSumDaypart">\n                <a href="http://www.nytimes.com/2015/05/29/theater/review-an-act-of-god-with-jim-parsons-as-an-almighty-comedian.html">\n                        <div class="wide-thumb">\n                    <img src="http://static01.nyt.com/images/2015/05/29/arts/29ACTOFGOD/29ACTOFGOD-mediumThreeByTwo210-v2.jpg" />\n                                    </div>\n                 </a>\n        <h2 class="story-heading">\n            <a href="http://www.nytimes.com/2015/05/29/theater/review-an-act-of-god-with-jim-parsons-as-an-almighty-comedian.html">Review: \xe2\x80\x98An Act of God\xe2\x80\x99 With Jim Parsons</a>\n        </h2>\n        <p class="summary">\n            In David Javerbaum\xe2\x80\x99s show based on his book of the same title, God presides over his flock from a swooping white couch, like a celestial talk show host.        </p>\n    </article>\n</div>\n<div class="column">\n    <article class="story theme-summary " data-story-id="100000003706920" data-rank="2" data-collection-renderstyle="HPMediumMediaHedSumDaypart">\n                <a href="http://www.nytimes.com/2015/05/29/business/media/how-netflix-keeps-finding-itself-on-the-same-side-as-regulators.html">\n                        <div class="wide-thumb">\n                    <img src="http://static01.nyt.com/images/2015/05/29/business/29STEWART/29STEWART-mediumThreeByTwo210.jpg" />\n                                    </div>\n                 </a>\n        <h2 class="story-heading">\n            <a href="http://www.nytimes.com/2015/05/29/business/media/how-netflix-keeps-finding-itself-on-the-same-side-as-regulators.html">Invisible Hand of Netflix in Policy and Mergers</a>\n        </h2>\n        <p class="summary">\n            Netflix has been at work influencing policy and proposed mergers in the cable, broadband and media businesses.        </p>\n    </article>\n</div>\n</div>                </div><!-- close span-ab-bottom-region -->\n            \n        </section><!-- close top-news -->\n\n    </div><!-- close ab-column -->\n\n    <div class="c-column column">\n\n        <div id="Middle" class="ad middle-ad hidden nocontent robots-nocontent"></div>\n\n        <div class="region c-column-top-span-region">\n\n            \n        </div><!-- close c-column-top-span-region -->\n\n        <section class="opinion">\n\n            <div class="region opinion-c-col-top-region">\n                <div class="collection">\n            <section class="opinion">\r\n  <h2 class="section-heading"><a href="http://www.nytimes.com/pages/opinion/index.html">The Opinion Pages</a>\r\n  </h2>\r\n</section></div>            </div> <!-- close opinion-c-col-top-region -->\n\n            <div class="layout split-layout">\n\n                <div class="column">\n                    <div class="region opinion-c-col-left-region">\n                        <div class="collection">\n            <article class="story theme-summary" data-story-id="100000003709183" data-rank="0" data-collection-renderstyle="HpSum">\n    \n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/29/opinion/let-patriot-act-provisions-expire.html">Let Patriot Act Provisions Expire</a></h2>\n    \n            <p class="byline">By THE EDITORIAL BOARD </p>\n    \n    <p class="summary">While the phone data collection program expires, the political debate about domestic surveillance should continue.</p>\n\n\t\t    <p class="theme-comments">\n    <a href="http://www.nytimes.com/2015/05/29/opinion/let-patriot-act-provisions-expire.html?hp&amp;target=comments#commentsContainer" class="comments-link"><i class="icon sprite-icon comments-icon"></i><span class="comment-count">&nbsp;Comments</span></a>\n</p>\n\t\n\t</article>\n\n</div><div class="collection headlines">\n            <ul class="theme-news-headlines">\n                    <li>\n            <article class="story" data-story-id="100000003708313" data-rank="0" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/29/opinion/risks-to-hands-free-driving.html">Editorial: Risks to Hands-Free Driving</a> </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003707854" data-rank="1" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/29/opinion/roger-cohen-sepp-blatters-fifa-reign-of-shame.html">Cohen: Sepp Blatter&apos;s FIFA Reign of Shame</a> </h2>\n</article>\n            </li>\n            </ul>\n</div>                    </div>\n                </div>\n\n                <div class="column">\n                    <div class="region opinion-c-col-right-region">\n                        <div class="collection">\n            <article class="story theme-summary" data-story-id="100000003707837" data-rank="0" data-collection-renderstyle="HpSum">\n    \n            <h3 class="kicker">Op-Ed Contributor </h3>\n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/29/opinion/art-and-hypocrisy-in-the-gulf.html">Art and Hypocrisy in the Gulf</a></h2>\n    \n            <p class="byline">By NICHOLAS MCGEEHAN </p>\n    \n    <p class="summary">Abu Dhabi is opening cultural centers, but is barring artists and writers from entering.</p>\n\n\t\t    <p class="theme-comments">\n    <a href="http://www.nytimes.com/2015/05/29/opinion/art-and-hypocrisy-in-the-gulf.html?hp&amp;target=comments#commentsContainer" class="comments-link"><i class="icon sprite-icon comments-icon"></i><span class="comment-count">&nbsp;Comments</span></a>\n</p>\n\t\n\t</article>\n\n</div><div class="collection headlines">\n            <ul class="theme-news-headlines">\n                    <li>\n            <article class="story" data-story-id="100000003707132" data-rank="0" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/28/opinion/charles-blow-the-rise-of-social-liberalism-and-gop-resistance.html">Blow: Social Liberalism and G.O.P. Resistance</a> </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003706316" data-rank="1" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/28/opinion/gail-collins-lets-do-some-railing.html">Collins: Let\xe2\x80\x99s Do Some Railing</a> </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003704972" data-rank="2" data-collection-renderstyle="HpHeadline">\n        <h2 class="story-heading"><i class="icon"></i><a href="http://www.nytimes.com/2015/05/28/opinion/nicholas-kristof-polluted-political-games.html">Kristof: Polluted Political Games</a> </h2>\n</article>\n            </li>\n            </ul>\n</div>                    </div>\n                </div>\n\n            </div> <!-- close split-layout -->\n\n            <div class="region opinion-c-col-bottom-region">\n                <div class="collection">\n            <style>\t\r\n\r\n\r\n.c-column.column section.opinion div time.timestamp{\r\n\tdisplay:none;\r\n}\r\n\r\n\r\n</style><style>\t\r\n.c-column.column section.opinion div p.theme-comments{\r\n\tdisplay:none;\r\n}\r\n\r\n\r\n\r\n</style></div>            </div> <!-- close opinion-c-col-bottom-region -->\n        \n        </section> <!-- close opinion -->\n\n        <section class="user-subscriptions hidden">\n\n            <h2 class="section-heading visually-hidden">User Subscriptions</h2>\n\n            <div class="collection">\n    <div id="times-premier-subscription" class="times-premier-subscription hidden">\n        <ul class="theme-news-headlines">\n                                          <li>\n                  <article class="story">\n                    <h2 class="story-heading">\n                      <a href="http://www.nytimes.com/times-insider/2015/05/28/masthead-executives-in-name-but-no-longer-in-place/">Masthead Executives in Name, but No Longer in Place</a>\n                    </h2>\n                  </article>\n                </li>\n                              <li>\n                  <article class="story">\n                    <h2 class="story-heading">\n                      <a href="http://www.nytimes.com/times-insider/2015/05/28/anxiety-on-campus-reporters-notebook/">Anxiety on Campus: Reporter&#8217;s Notebook</a>\n                    </h2>\n                  </article>\n                </li>\n                              <li>\n                  <article class="story">\n                    <h2 class="story-heading">\n                      <a href="http://www.nytimes.com/times-insider/2015/05/28/readers-around-the-world-shed-new-light-on-the-news/">Readers Around the World Shed New Light on the News</a>\n                    </h2>\n                  </article>\n                </li>\n                                  </ul>\n      <div class="thumb">\n        <img src="http://static01.nyt.com/images/blogs_v5/times-insider/times-premier-slacked.png" alt="times premier logo" />\n      </div>\n    </div><!--close times-premier-subscription -->\n</div><!-- close collection -->\n\n<div class="collection">\n  <div id="times-premier-crossword-subscription" class="times-premier-crossword-subscription hidden">\n      <div class="layout split-layout">\n        <div class="column">\n          <div class="collection">\n            <article class="story">\n              <h3 class="kicker">\n                <a href="http://www.nytimes.com/times-insider">Times Insider &raquo;</a>\n              </h3>\n                              <h2 class="story-heading">\n                  <a href="http://www.nytimes.com/times-insider/2015/05/28/masthead-executives-in-name-but-no-longer-in-place/">Masthead Executives in Name, but No Longer in Place</a>\n                </h2>\n                          </article>\n          </div>\n        </div><!-- close column -->\n        <div class="column">\n\t<div class="collection">\n\t    <article class="story">\n\t    \t<h3 class="kicker">\n\t    \t\t<a href="http://www.nytimes.com/crosswords">The Crossword &raquo;</a>\n\t    \t</h3>\n\t\t\t<h2 class="story-heading">\n\t\t\t\t<a href="http://www.nytimes.com/crosswords">Play Today&rsquo;s Puzzle </a>\n\t\t\t</h2>\n\t\t\t<div class="thumb">\n\t\t\t\t<a href="http://www.nytimes.com/crosswords">\n\t\t\t\t\t<img src="http://static01.nyt.com/images/crosswords/crosswords_30x30.png" alt="" />\n\t\t\t\t</a>\n\t\t\t</div>\n\t    </article>\n\t</div>\n</div>      </div><!--close TimesPremiercrossword -->\n    </div><!--close times-premier-crossword-subscription -->\n</div><!-- close collection -->\n\n<div class="collection">\n    <div id="crossword-subscription" class="crossword-subscription hidden">\n        <div class="layout split-layout">\n            <div class="column">\n\t<div class="collection">\n\t    <article class="story">\n\t    \t<h3 class="kicker">\n\t    \t\t<a href="http://www.nytimes.com/crosswords">The Crossword &raquo;</a>\n\t    \t</h3>\n\t\t\t<h2 class="story-heading">\n\t\t\t\t<a href="http://www.nytimes.com/crosswords">Play Today&rsquo;s Puzzle </a>\n\t\t\t</h2>\n\t\t\t<div class="thumb">\n\t\t\t\t<a href="http://www.nytimes.com/crosswords">\n\t\t\t\t\t<img src="http://static01.nyt.com/images/crosswords/crosswords_30x30.png" alt="" />\n\t\t\t\t</a>\n\t\t\t</div>\n\t    </article>\n\t</div>\n</div>            <div class="column">\n                <div class="collection">\n                    <article class="story">\n                        <h3 class="kicker">\n                          <a href="http://wordplay.blogs.nytimes.com">Wordplay &raquo;</a>\n                        </h3>\n                                                  <h2 class="story-heading">\n                            <a href="http://wordplay.blogs.nytimes.com/2015/05/28/doing-particularly-well/">Doing Particularly Well</a>\n                          </h2>\n                                            </article>\n                </div>\n            </div><!-- close column -->\n        </div><!-- close layout -->\n    </div><!-- close crossword-subscription -->\n</div><!--close collection -->\n\n        </section><!-- close user-subscriptions -->\n\n        <div id="HPMiddle" class="ad hpmiddle-ad nocontent robots-nocontent"></div>\n\n        <div class="region c-column-middle-span-region">\n\n            <div class="collection">\n            <link rel="stylesheet" type="text/css" href="http://int.nyt.com/applications/portals/assets/portal-55141b2d6af8b0bbd46a3aa0f076ef9c.css"/>\r\n<div id="nytint-hp-watching">\r\n  <div class="portal-container">\r\n    <header class="portal-header">\r\n      <h4>Watching</h4>\r\n    </header>\r\n    <div class="portal-posts-frame expanded"></div>\r\n    <footer class="portal-footer"></footer>\r\n  </div>\r\n</div>\r\n<script type="text/javascript" src="http://int.nyt.com/applications/portals/assets/portal/app-0c63f3d61c34d5a70ebff8bc625ba076.js"></script>\r\n<script type="text/javascript">\r\n  require([\'foundation/main\'], function() {\r\n    require([\'portal/app\', \'jquery/nyt\'], function(Portal, $) {\r\n      \r\n      var setMaxHeight = function() {\r\n        var force = window.location.search.indexOf(\'portal_height=tall\') !== -1;\r\n        if (force || (NYTABTEST && NYTABTEST.engine &&\r\n            NYTABTEST.engine.isUserVariant(\'tallWatchingModule\') === \'1\')) {\r\n          return 2000;\r\n        } else {\r\n          return \'auto\';\r\n        }\r\n      }\r\n\r\n      var watching = Portal.create(\'#nytint-hp-watching\', {\r\n        env: \'production_published\',\r\n        matchHeight: {\r\n          match: \'.span-ab-layout.layout > .ab-column\',\r\n          container: \'.c-column.column\',\r\n          maxHeight: 2000\r\n        }\r\n      });\r\n    });\r\n  });\r\n</script></div>\n        </div><!-- close c-column-middle-span-region -->\n\n        <div class="region c-column-above-moth-fixed-region">\n\n            \n        </div><!-- close c-column-above-moth-fixed-region -->\n\n        <div class="region c-column-above-moth-region">\n\n            \n        </div><!-- close c-column-above-moth-region -->\n\n    </div><!-- close c-column -->\n\n</div><!-- close span-ab-layout -->\n\n<div id="HPBreak" class="ad hpbreak-ad nocontent robots-nocontent"></div>\n\n<div class="video-player-region region invisible">\n\n    <div class="collection">\n            <section id="video-section"\n         class="video-section invisible"\n         data-playlist-id="1194811622188"\n         data-api-token="cE97ArV7TzqBzkmeRVVhJ8O6GWME2iG_bRvjBTlNb4o."\n         data-player-id="2640832222001"\n         data-publisher-id="1749339200">\n    <header class="section-header">\n        <h2 class="section-heading"><a class="times-video-link" href="http://www.nytimes.com/video">times<span>video</span></a></h2>\n        <a href="http://www.nytimes.com/video?src=vidm" class="user-action explore-all-videos-link"> explore all videos &raquo;</a>\n    </header>\n    <div class="column a-column">\n        <article class="story">\n            <figure class="media video video-player" aria-label="media" role="group">\n                <span class="visually-hidden">Video Player</span>\n                <img src="" class="poster" alt="" />\n                <div class="video-player-container"></div>\n                <div class="media-action-overlay"></div>\n                <div class="sharetools video-sharetools"\n                    data-shares="email|,facebook|,twitter|,embed|,show-all|"\n                    data-url=""\n                    data-title=""\n                    data-description=""\n                    data-content-type="video">\n                </div>\n                <figcaption class="credit"></figcaption>\n            </figure>\n        </article>\n    </div>\n    <div class="column b-column">\n        <div id="video-playlist-container" class="video-playlist-container">\n            <ul id="video-playlist" class="video-playlist"></ul>\n        </div>\n    </div> <!-- end b-column -->\n</section>\n</div>\n</div><!-- close video-player-region -->\n\n<section class="inside-nyt">\n    <div class="inside-nyt-region region">\n        <h2 class="section-heading">Inside Nytimes.com</h2>\n        <div id="inside-nyt-browser" class="inside-nyt-browser">\n            <div class="navigation-control">\n                <button class="button previous deactivated">\n                    <div class="arrow arrow-left">\n                    <span class="visually-hidden">Go to the previous story</span>\n                    <div class="arrow-conceal"></div>\n                    </div>\n                </button>\n                <button class="button next">\n                    <div class="arrow arrow-right">\n                    <span class="visually-hidden">Go to the next story</span>\n                    <div class="arrow-conceal"></div>\n                    </div>\n                </button>\n            </div>\n            <div class="carousel">\n                <ol class="menu layout-horizontal theme-story">\n                    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/business/index.html">Business Day</a></h2>\n\n    <article class="story theme-summary" data-story-id="100000003706174" data-rank="0" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/29/business/when-an-off-the-rack-rolls-royce-just-wont-do.html">\n            <div class="wide-thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/business/29wheels-web1/29wheels-web1-mediumSquare149.jpg" alt="">\n            </div>\n            <h2 class="story-heading">When an Off-the-Rack Rolls-Royce Won\xe2\x80\x99t Do</h2>\n        </a>\n    </article>\n\n        </section>\n    </li>\n\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/opinion/index.html">Opinion</a></h2>\n\n    <article class="story theme-summary" data-story-id="100000003707879" data-rank="0" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/29/opinion/fifa-should-give-israel-the-red-card.html">\n            <div class="wide-thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/opinion/28gharqoud/28gharqoud-mediumSquare149.jpg" alt="">\n            </div>\n            <h2 class="story-heading">Op-Ed: FIFA Should Give Israel the Red Card</h2>\n        </a>\n    </article>\n\n        </section>\n    </li>\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/movies/index.html">Movies</a></h2>\n\n    <article class="story theme-summary" data-story-id="100000003708890" data-rank="1" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/29/movies/review-aloha-a-hangout-movie-with-bradley-cooper-and-emma-stone-in-hawaii.html">\n            <div class="wide-thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/arts/29ALOHA1/29ALOHA1-mediumSquare149.jpg" alt="">\n            </div>\n            <h2 class="story-heading">Review: \xe2\x80\x98Aloha,\xe2\x80\x99 a Laid Back Film in Hawaii</h2>\n        </a>\n    </article>\n\n        </section>\n    </li>\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/style/index.html">Style</a></h2>\n\n    <article class="story theme-summary" data-story-id="100000003691274" data-rank="2" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/28/style/hospitable-till-it-hurt.html">\n            <div class="wide-thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/fashion/28HOTELIER/28HOTELIER-mediumSquare149.jpg" alt="">\n            </div>\n            <h2 class="story-heading">Dinner With Cruz, Then Unwelcome Spotlight</h2>\n        </a>\n    </article>\n\n        </section>\n    </li>\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/opinion/index.html">Opinion</a></h2>\n\n    <article class="story theme-summary no-thumb" data-story-id="100000003707880" data-rank="3" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/28/opinion/my-night-with-a-flash-flood-in-houston.html">\n            <h2 class="story-heading">Mimi Swartz: My Night With a Flash Flood in Houston</h2>\n            <p class="summary">My husband and I went out grocery shopping. Big mistake.</p>\n        </a>\n    </article>\n\n        </section>\n    </li>\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/nyregion/index.html">N.Y. / Region</a></h2>\n\n    <article class="story theme-summary" data-story-id="100000003705140" data-rank="4" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/29/nyregion/its-baseball-season-and-mayor-de-blasio-is-in-his-element.html">\n            <div class="wide-thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/nyregion/BDBBASEBALLweb1/BDBBASEBALLweb1-mediumSquare149.jpg" alt="">\n            </div>\n            <h2 class="story-heading">Baseball Gets Complicated for de Blasio</h2>\n        </a>\n    </article>\n\n        </section>\n    </li>\n\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/theater/index.html">Theater</a></h2>\n\n    <article class="story theme-summary" data-story-id="100000003704735" data-rank="0" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/31/theater/hilary-mantel-on-taking-her-wolf-hall-novels-to-the-stage.html">\n            <div class="wide-thumb">\n                <img src="http://static01.nyt.com/images/2015/05/31/arts/31MANTEL/31MANTEL-mediumSquare149.jpg" alt="">\n            </div>\n            <h2 class="story-heading">Hilary Mantel on Taking \xe2\x80\x98Wolf Hall\xe2\x80\x99 to Stage</h2>\n        </a>\n    </article>\n\n        </section>\n    </li>\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/opinion/index.html">Opinion</a></h2>\n\n    <article class="story theme-summary" data-story-id="100000003707875" data-rank="1" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/28/opinion/we-need-more-nurses.html">\n            <div class="wide-thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/opinion/28Robbins/28Robbins-mediumSquare149.jpg" alt="">\n            </div>\n            <h2 class="story-heading">Op-Ed: We Need More Nurses</h2>\n        </a>\n    </article>\n\n        </section>\n    </li>\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/fashion/index.html">Fashion & Style</a></h2>\n\n    <article class="story theme-summary" data-story-id="100000003704891" data-rank="2" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/28/fashion/clash-of-clans-makes-playground-battles-digital.html">\n            <div class="wide-thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/fashion/28DISRUPTIONS/28DISRUPTIONS-mediumSquare149-v2.jpg" alt="">\n            </div>\n            <h2 class="story-heading">Taking Bullying to the Virtual Playground</h2>\n        </a>\n    </article>\n\n        </section>\n    </li>\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/nyregion/index.html">N.Y. / Region</a></h2>\n\n    <article class="story theme-summary" data-story-id="100000003695040" data-rank="3" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/28/nyregion/goodbye-fao-schwarz-toy-lovers-prepare-for-stores-closing.html">\n            <div class="wide-thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/nyregion/FAO1/FAO1-mediumSquare149-v3.jpg" alt="">\n            </div>\n            <h2 class="story-heading">Toy Lovers Say Goodbye to F.A.O. Schwarz</h2>\n        </a>\n    </article>\n\n        </section>\n    </li>\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/opinion/index.html">Opinion</a></h2>\n\n    <article class="story theme-summary no-thumb" data-story-id="100000003707422" data-rank="4" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/roomfordebate/2015/05/28/scientists-curbing-the-ethical-use-of-science">\n            <h2 class="story-heading">Scientists Curbing the Use of Science</h2>\n            <p class="summary">Room for Debate asks whether researchers can ever ensure that their work is used ethically.</p>\n        </a>\n    </article>\n\n        </section>\n    </li>\n    <li>\n        <section>\n        <h2 class="section-heading"><a href="http://www.nytimes.com/pages/movies/index.html">Movies</a></h2>\n\n    <article class="story theme-summary" data-story-id="100000003705769" data-rank="5" data-collection-renderstyle="Moth">\n        <a class="story-link" href="http://www.nytimes.com/2015/05/29/movies/review-san-andreas-dwayne-johnson-rushes-to-rescue-his-collapsing-world.html">\n            <div class="wide-thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/arts/andreas2-image/andreas2-image-mediumSquare149.jpg" alt="">\n            </div>\n            <h2 class="story-heading">Review: The Collapsing World of \xe2\x80\x98San Andreas\xe2\x80\x99</h2>\n        </a>\n    </article>\n\n        </section>\n    </li>\n\n                </ol>\n            </div>\n        </div>\n    </div>\n</section>\n\n<div id="HPMidLeader" class="ad hpmidleader-ad nocontent robots-nocontent"></div>\n\n<div class="span-ab-layout layout">\n\n    <div class="ab-column column">\n\n        <hr class="scotch-rule" />\n\n        <section class="well">\n    <div class="region well-region">\n        <h2 class="section-heading visually-hidden">Sections</h2>\n\n                \n            <div class="split-3-layout layout theme-base">\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/world/index.html">World &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003708607" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/world/middleeast/isis-alternates-stick-and-carrot-to-control-palmyra.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/world/JP-SYRIA/JP-SYRIA-thumbStandard-v2.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        ISIS Alternates Stick and Carrot to Control Palmyra        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708332" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/world/europe/british-prime-minister-david-cameron-in-european-union-talks.html">\n            Cameron Presses E.U. for \xe2\x80\x98Better Deal for Britain\xe2\x80\x99        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003699386" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/world/africa/women-in-tunisia-tell-of-decades-of-police-cruelty-violence-and-rape.html">\n            Women in Tunisia Tell of Decades of Police Cruelty, Violence and Rape        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/business/index.html">Business Day &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003709656" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/business/media/chinas-publishers-court-america-as-its-authors-scorn-censorship.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/business/chinabooks/chinabooks-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        China\xe2\x80\x99s Publishers Court America as Its Authors Scorn Censorship        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709570" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/business/media/james-patterson-best-selling-crime-novelist-is-starting-an-imprint-for-childrens-books.html">\n            James Patterson Is Starting Imprint for Children\xe2\x80\x99s Books        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003705751" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/business/political-fights-throw-sand-in-gears-of-sec.html">\n            Political Fights Throw Sand in Gears of S.E.C.         </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column last-column">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/opinion/index.html">Opinion &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003707132" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/28/opinion/charles-blow-the-rise-of-social-liberalism-and-gop-resistance.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2014/11/01/opinion/blow-circular/blow-circular-thumbStandard-v2.png" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Charles M. Blow: The Rise of Social Liberalism and G.O.P. Resistance        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003704158" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/28/opinion/the-death-penalty-ends-in-nebraska.html">\n            Editorial: The Death Penalty Ends in Nebraska        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003707854" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/opinion/roger-cohen-sepp-blatters-fifa-reign-of-shame.html">\n            Roger Cohen: Sepp Blatter\xe2\x80\x99s FIFA Reign of Shame        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n            </div><!-- close split-3-layout -->\n\n        \n            <div class="split-3-layout layout theme-base">\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/national/index.html">U.S. &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003708989" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/us/james-holmess-notebook-and-insanity-debate-at-aurora-shooting-trial.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/us/Aurora/Aurora-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Colorado Killer James Holmes\xe2\x80\x99s Notes: Detailed Plans vs. \xe2\x80\x98a Whole Lot of Crazy\xe2\x80\x99        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003697074" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/us/mystery-and-discovery-on-the-trail-of-amede-ardoin-creole-music-pioneer.html">\n            Pineville Journal: On the Trail of a Creole Music Pioneer, Still Alive in Song        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709644" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/us/15-chinese-accused-of-using-test-taking-impostors-for-college-entrance-exams.html">\n            15 Chinese Accused of Using Test-Taking Impostors for College Entrance Exams        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/technology/index.html">Technology &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003706846" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/technology/google-intensifies-focus-on-its-cardboard-virtual-reality-device.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/business/29google-web1/29google-web1-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Google Intensifies Focus on Its Cardboard Virtual Reality Device        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003706865" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/28/technology/google-and-apple-adjust-strategies-on-mobile-payments.html">\n            Google and Apple Adjust Strategies on Mobile Payments        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708907" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://bits.blogs.nytimes.com/2015/05/28/a-primer-on-android-pay-and-google-wallet/">\n            A Primer on Android Pay and Google Wallet        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column last-column">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/arts/index.html">Arts &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003705769" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/movies/review-san-andreas-dwayne-johnson-rushes-to-rescue-his-collapsing-world.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/arts/andreas2-image/andreas2-image-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Review: In \xe2\x80\x98San Andreas,\xe2\x80\x99 Dwayne Johnson Rushes to Rescue His Collapsing World        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003704735" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/31/theater/hilary-mantel-on-taking-her-wolf-hall-novels-to-the-stage.html">\n            Hilary Mantel on Taking Her &#8216;Wolf Hall&#8217; Novels to the Stage        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708056" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/books/review-kamel-daoud-interrogates-camus-in-the-meursault-investigation.html">\n            Books of The Times: Review: Kamel Daoud Interrogates Camus in &#8216;The Meursault Investigation&#8217;        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n            </div><!-- close split-3-layout -->\n\n        \n            <div class="split-3-layout layout theme-base">\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/politics/index.html">Politics &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003708946" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/us/politics/obama-in-miami-comments-on-extreme-weather-terrorism-cuban-americans-and-basketball.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/us/29obama/29obama-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        White House Memo: Obama, in Miami, Comments on Extreme Weather, Terrorism, Cuban-Americans and Basketball        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708760" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/us/reality-checks-in-debate-over-surveillance-laws.html">\n            News Analysis: Reality Checks in Debate Over Surveillance Laws        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003707578" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/us/politics/bernie-sanders-campaign.html">\n            Bernie Sanders\xe2\x80\x99s Message Resonates With a Certain Age Group: His Own        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/sports/index.html">Sports &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003707855" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/sports/soccer/sepp-blatter-fifa-corruption-soccer.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/sports/2SUB-29FIFAweb/2SUB-29FIFAweb-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Sepp Blatter Is Unfazed Entering FIFA Election        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709206" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/sports/us-soccer-will-support-blatter-rival-in-fifa-election.html">\n            U.S. Soccer Will Support Blatter Rival in FIFA Election        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003707474" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/28/sports/soccer/sepp-blatter-in-charge-but-left-unscathed.html">\n            Sepp Blatter: In Charge, but Left Unscathed        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column last-column">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/movies/index.html">Movies &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003705769" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/movies/review-san-andreas-dwayne-johnson-rushes-to-rescue-his-collapsing-world.html">\n\n        \n        <h3 class="story-heading">\n        Review: In \xe2\x80\x98San Andreas,\xe2\x80\x99 Dwayne Johnson Rushes to Rescue His Collapsing World        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708890" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/movies/review-aloha-a-hangout-movie-with-bradley-cooper-and-emma-stone-in-hawaii.html">\n            Review: \xe2\x80\x98Aloha,\xe2\x80\x99 a Hangout Movie With Bradley Cooper and Emma Stone in Hawaii        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708773" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/movies/review-results-tracks-exertions-in-matters-of-the-cardio.html">\n            Review: &#8216;Results&#8217; Tracks Exertions in Matters of the Cardio        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n            </div><!-- close split-3-layout -->\n\n        \n            <div class="split-3-layout layout theme-base">\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/nyregion/index.html">N.Y. / Region &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003705140" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/nyregion/its-baseball-season-and-mayor-de-blasio-is-in-his-element.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/nyregion/BDBBASEBALLweb1/BDBBASEBALLweb1-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        For de Blasio, a Red Sox Fan, the Simple Pleasure of Baseball Gets Complicated        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003697737" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/nyregion/new-jersey-faces-a-transportation-funding-crisis-with-no-clear-solution.html">\n            New Jersey Faces a Transportation Funding Crisis, With No Clear Solution        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003707106" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/us/politics/george-pataki-republican-nomination.html">\n            George Pataki Adds a Socially Liberal Voice to the Race for the G.O.P. Nomination        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/obituaries/index.html">Obituaries &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003709617" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/us/morris-wilkins-dies-at-90-lured-lovers-to-poconos.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/us/29wilkins-1-obit/29wilkins-1-obit-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Morris Wilkins, Who Lured Honeymooners to Poconos, Dies at 90        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709598" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/arts/television/michael-king-builder-of-a-tv-empire-dies-at-67.html">\n            Michael King, Builder of a TV Empire, Dies at 67        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709473" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/business/dealbook/s-parker-gilbert-who-led-morgan-stanley-dies-at-81.html">\n            S. Parker Gilbert, Who Led Morgan Stanley, Dies at 81        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column last-column">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://theater.nytimes.com/">Theater &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003708770" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/theater/review-an-act-of-god-with-jim-parsons-as-an-almighty-comedian.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/arts/29ACTOFGOD/29ACTOFGOD-thumbStandard-v2.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Review: \xe2\x80\x98An Act of God,\xe2\x80\x99 With Jim Parsons as an Almighty Comedian        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003705800" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/theater/looking-back-to-the-early-stages-of-fiddler-on-the-roof.html">\n            A Word With: Sheldon Harnick and Harold Prince: Looking Back to the Early Stages of &#8216;Fiddler on the Roof&#8217;        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003696818" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/interactive/2015/05/21/theater/theaterspecial/2015-tony-nominees-in-performance.html">\n            In Performance: 2015 Tony Nominees        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n            </div><!-- close split-3-layout -->\n\n        \n            <div class="split-3-layout layout theme-base">\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/science/index.html">Science &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003708603" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/science/journal-science-retracts-study-on-gay-canvassers-and-same-sex-marriage.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/26/science/29RETRACT1/26RETRACT1-thumbStandard-v2.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Study on Attitudes Toward Same-Sex Marriage Is Retracted by a Scientific Journal        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709411" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/interactive/2015/05/28/science/retractions-scientific-studies.html">\n            Retracted Scientific Studies: A Growing List        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003706322" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/health/a-proposal-to-modify-plants-gives-gmo-debate-new-life.html">\n            A Proposal to Modify Plants Gives G.M.O. Debate New Life        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://travel.nytimes.com/">Travel &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003703786" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/27/travel/a-tour-of-sardinia-full-of-discoveries.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/sports/27frugal-sardinia1-1/27frugal-sardinia1-1-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Frugal Traveler: A Tour of Sardinia, Full of Discoveries        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003690808" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/31/travel/what-to-do-in-36-hours-in-chapel-hill-carrboro.html">\n            Weekend Guide: 36 Hours in Chapel Hill-Carrboro, N.C.        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003684409" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/28/travel/national-parks-gear-up-for-summer-rush.html">\n            Update: National Parks Gear Up for Summer Rush        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column last-column">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/arts/television/index.html">Television &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003709171" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/arts/television/review-david-oyelowo-going-mad-in-nightingale.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/arts/29NIGHTGALEJUMP/29NIGHTGALEJUMP-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Review: David Oyelowo, Going Mad in \xe2\x80\x98Nightingale\xe2\x80\x99        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709576" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/business/media/many-companies-cut-ads-from-tlcs-19-kids-and-counting.html">\n            Many Companies Cut Ads From TLC\xe2\x80\x99s \xe2\x80\x9819 Kids and Counting\xe2\x80\x99        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003709598" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/arts/television/michael-king-builder-of-a-tv-empire-dies-at-67.html">\n            Michael King, Builder of a TV Empire, Dies at 67        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n            </div><!-- close split-3-layout -->\n\n        \n            <div class="split-3-layout layout theme-base">\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/health/index.html">Health &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003707801" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://well.blogs.nytimes.com/2015/05/28/committing-to-a-dog-after-cancer/">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/13/health/maxie/maxie-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Committing to a Dog After Cancer        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003706322" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/29/health/a-proposal-to-modify-plants-gives-gmo-debate-new-life.html">\n            A Proposal to Modify Plants Gives G.M.O. Debate New Life        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708250" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://well.blogs.nytimes.com/2015/05/28/smuggling-a-beer-for-my-hospital-patient/">\n            Smuggling a Beer for My Hospital Patient        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/dining/index.html">Food &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003708392" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/06/03/dining/wine-school-assignment-cava.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/06/03/dining/03WINE/03WINE-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Wine School: Your Next Lesson: Cava        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708359" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/06/03/dining/wine-school-sonoma-chardonnay.html">\n            Wine School: Ever Elusive Sonoma Chardonnay        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708152" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/06/03/dining/hungry-city-punda-tibetan-sunnyside-queens.html">\n            Hungry City: Tibetan Food Finds a New Home at Punda        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column last-column">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/books/index.html">Books &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003708056" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/books/review-kamel-daoud-interrogates-camus-in-the-meursault-investigation.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/arts/29BOOK/29BOOK-thumbStandard-v3.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Books of The Times: Review: Kamel Daoud Interrogates Camus in &#8216;The Meursault Investigation&#8217;        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003695731" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/31/books/review/david-mccullough-by-the-book.html">\n            David McCullough: By the Book        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003705739" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/28/books/shadowing-jason-matthews-the-ex-spy-whose-cover-identity-is-author.html">\n            Shadowing Jason Matthews, an Ex-Spy Whose Cover Identity Is Author        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n            </div><!-- close split-3-layout -->\n\n        \n            <div class="split-3-layout layout theme-base">\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/education/index.html">Education &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003705206" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/27/us/penn-state-penalizes-fraternity-chapter-after-misconduct-inquiry.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/us/28PENNSTATE/28PENNSTATE-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Penn State, Finding Harassment and Hazing, Suspends Recognition of a Fraternity        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003699687" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/interactive/2015/05/22/us/23commencement.html">\n            Cap and Gown        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003632584" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/interactive/2015/04/17/nyregion/success-academy-parents-voices.html">\n            Stories From Current and Former Success Academy Parents        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/garden/index.html">Home & Garden &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003682381" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/17/style/they-built-it-no-one-came.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/17/fashion/20150517FLAX-slide-4USJ/20150517FLAX-slide-4USJ-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        They Built It. No One Came.        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003681764" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://tmagazine.blogs.nytimes.com/2015/05/13/jamie-drake-kips-bay-decorator-show-house/">\n            Jamie Drake Picks His Favorite Rooms From Four Decades of the Kips Bay Show House        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003671794" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/10/realestate/in-clinton-hill-brooklyn-from-broken-angel-to-condos.html">\n            From &#8216;Broken Angel&#8217; to Condos         </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column last-column">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/opinion/index.html#sundayreview">Sunday Review &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003699026" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/24/opinion/sunday/infidelity-lurks-in-your-genes.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/24/opinion/sunday/24AFFAIR/24AFFAIR-thumbStandard-v2.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Richard A. Friedman: Infidelity Lurks in Your Genes        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003700281" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/24/opinion/sunday/stupid-pentagon-budget-tricks.html">\n            Editorial: Stupid Pentagon Budget Tricks        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003700080" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/24/opinion/sunday/frank-bruni-weary-of-relativity.html">\n            Frank Bruni: Weary of Relativity        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n            </div><!-- close split-3-layout -->\n\n        \n            <div class="split-3-layout layout theme-base">\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/realestate/index.html">Real Estate &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003705950" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/31/realestate/long-island-city-for-the-good-commute.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/31/realestate/31HUNT/31HUNT-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        The Hunt: Long Island City for the Good Commute        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003704264" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/31/realestate/north-stamford-conn-parklike-and-convenient.html">\n            Living In: North Stamford, Conn.: Parklike and Convenient        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003697576" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/24/realestate/new-york-city-water-views-for-500000-or-less.html">\n            New York City Water Views for $500,000 or Less        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/fashion/index.html">Fashion & Style &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003707911" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/29/fashion/the-true-cost-a-different-kind-of-fashion-documentary.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/29/fashion/29runway-A/29runway-A-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        On the Runway: \xe2\x80\x98The True Cost,\xe2\x80\x99 a Different Kind of Fashion Documentary        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003699745" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/31/style/after-a-first-time-many-second-thoughts.html">\n            Modern Love: After a First Time, Many Second Thoughts        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003704462" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/31/style/social-qs-be-here-now.html">\n            Social Q\xe2\x80\x99s: Be Here Now        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column last-column">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/magazine/index.html">Magazine &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003700007" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/31/magazine/the-wrath-of-grapes.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/31/magazine/31altwine7/31wine7-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Feature: The Wrath of Grapes        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003700474" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/31/magazine/the-secret-sadness-of-pregnancy-with-depression.html">\n            The Secret Sadness of Pregnancy With Depression        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003699755" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/31/magazine/drizzy-and-the-new-celebrity-worship.html">\n            Search Results: Drizzy and the New Celebrity Worship        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n            </div><!-- close split-3-layout -->\n\n        \n            <div class="split-3-layout layout theme-base">\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/automobiles/index.html">Automobiles &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003673961" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/22/automobiles/wheels/schools-turn-to-propane-buses-as-stricter-emissions-standards-loom.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/22/business/propane1/propane1-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Wheels: Schools Turn to Propane Buses as Stricter Emissions Standards Loom        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003691228" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/22/automobiles/autoreviews/video-review-the-honda-cr-v-gets-a-little-brother-the-hr-v.html">\n            Driven: Video Review: The Honda CR-V Gets a Little Brother, the HR-V        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003694003" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/21/business/international/takata-airbag-recall-came-after-pressure-from-converging-forces.html">\n            Takata\xe2\x80\x99s Airbag Recall a Result of Converging Forces          </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column ">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/pages/t-magazine/index.html">T Magazine &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003708941" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://tmagazine.blogs.nytimes.com/2015/05/28/alison-rossiter-paper-wait/">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/t-magazine/28viewfinder-vellam-slide-7N9C/28viewfinder-vellam-slide-7N9C-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Vintage Photographs, Reinterpreted        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708703" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://tmagazine.blogs.nytimes.com/2015/05/28/charlotte-chesnais-jewelry-designer/">\n            A Jewelry Designer Who Sculpts First        </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003708487" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://tmagazine.blogs.nytimes.com/2015/05/28/sara-berman-closet-mmuseumm2/">\n            An Artist Recreates Her Mother\xe2\x80\x99s All-White-Everything Closet        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n                    <div class="column last-column">\n\n                        <section>\n    <h2 class="section-heading">\n        <a href="http://www.nytimes.com/upshot/">The Upshot &raquo;</a>\n    </h2>\n    <ul>\n                    <li>\n            <article class="story theme-summary" data-story-id="100000003704285" data-rank="0" data-collection-renderstyle="HpHedThumbWell">\n\n    <a class="story-link" href="http://www.nytimes.com/2015/05/28/upshot/pollings-secrecy-problem.html">\n\n                    <div class="thumb">\n                <img src="http://static01.nyt.com/images/2015/05/28/business/28UP-Transparency/28UP-Transparency-thumbStandard.jpg" alt="" />\n            </div>\n        \n        <h3 class="story-heading">\n        Pulse Of the People: Polling\xe2\x80\x99s Secrecy Problem        </h3>\n    </a>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003703930" data-rank="1" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/28/upshot/trade-is-a-striking-example-of-the-political-power-of-the-affluent.html">\n            Debate That Divides: Trans-Pacific Trade Pact Highlights the Political Power of the Affluent          </a>\n    </h2>\n</article>\n            </li>\n                    <li>\n            <article class="story" data-story-id="100000003690810" data-rank="2" data-collection-renderstyle="HpHedThumbWell">\n\n    <h2 class="story-heading">\n        <a href="http://www.nytimes.com/2015/05/28/upshot/the-senate-votes-that-divided-hillary-clinton-and-bernie-sanders.html">\n            Left Lane: The Senate Votes That Divided Hillary Clinton and Bernie Sanders        </a>\n    </h2>\n</article>\n            </li>\n            </ul>\n</section>\n\n                    </div> <!-- close column -->\n\n                                \n            </div><!-- close split-3-layout -->\n\n            </div>\n</section><!-- close well section -->\n\n    </div><!-- close ab-column -->\n\n    <div class="c-column column">\n\n        \n                    <section class="real-estate">\n                <div class="layout split-layout theme-base">\n                    <div class="column">\n                        <div class="region real-estate-left-region">\n\n                            <div class="collection">\n                <h2 class="section-heading">\n            <a href="http://www.nytimes.com/pages/realestate/index.html">Real Estate &raquo;</a>\n        </h2>\n        <article class="story theme-summary" data-story-id="100000003704721" data-rank="0" data-collection-renderstyle="HpSectionSum">\n    \n            <h3 class="kicker">What You Get </h3>\n        <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/28/realestate/775000-homes-in-california-texas-and-massachusetts.html">$775,000 Homes in California, Texas and Massachusetts</a></h2>\n    \n            <p class="byline">By MIKE POWELL </p>\n    \n    <p class="summary">This week\xe2\x80\x99s homes include a cabin in California, a stone and stucco house in Texas and an old church in Massachusetts.</p>\n\n\t\n\t    <ul class="refer theme-news-headlines">\n            <li>\n            <article class="story">\n                <h2 class="refer-heading"><a href="http://www.nytimes.com/column/property-values">More Articles in the Series</a></h2>\n            </article>\n        </li>\n        </ul>\n</article>\n\n</div><div class="collection">\n            <ul class="theme-module-headlines">\r\n<li><article class="story" data-collection-renderstyle="HpHeadline"><h2 class="story-heading"><a href="http://realestate.nytimes.com/search/advanced.aspx">Search for Homes for Sale or Rent</a></h2></article></li>\r\n\r\n<li><article class="story" data-collection-renderstyle="HpHeadline"><h2 class="story-heading"><a href="http://www.nytimes.com/ref/classifieds/">Sell Your Home</a></h2></article></li></ul>\r\n\r\n</div>\n                        </div><!-- close real-estate-left-region -->\n                    </div>\n                    <div class="column">\n                        <div class="region real-estate-right-region">\n\n                            <div class="collection">\n            <div id="HPmodule-RE2-alternate-content"><div></div><div class="collection">\n                <h3 class="kicker collection-kicker">&nbsp;</h3>\n        <article class="story theme-summary" data-story-id="100000003705950" data-rank="0" data-collection-renderstyle="HpSumSmallMedia">\n    \n            <h3 class="kicker">The Hunt </h3>\n    \n    <h2 class="story-heading"><a href="http://www.nytimes.com/2015/05/31/realestate/long-island-city-for-the-good-commute.html">Long Island City for the Good Commute</a></h2>\n\n            <p class="byline">By JOYCE COHEN </p>\n    \n            <div class="thumb">\n            <a href="http://www.nytimes.com/2015/05/31/realestate/long-island-city-for-the-good-commute.html"><img src="http://static01.nyt.com/images/2015/05/31/realestate/31HUNT/31HUNT-thumbStandard.jpg" alt=""></a>\n        </div>\n    \n    <p class="summary">\n        Frustrated by the long trip from central New Jersey to his job in Manhattan, Anthony Altamura considered Queens apartments.    </p>\n\n    \n        <ul class="refer theme-news-headlines">\n            <li>\n            <article class="story">\n                <h2 class="refer-heading"><a href="http://www.nytimes.com/column/the-hunt">More Articles in the Series</a></h2>\n            </article>\n        </li>\n        </ul>\n</article>\n\n</div><div class="collection">\n            </div></div></div>\n                            <div id="HPmodule-RE2" class="ad hpmodule-re2-ad nocontent robots-nocontent"></div>\n                        </div><!-- close real-estate-right-region -->\n                    </div>\n                </div>\n            </section>\n        \n        \n        <section id="recommendations" class="recommendations">\n    <div class="tabs-container">\n        <ul class="tabs">\n            <li data-type="most-emailed"><a href="http://www.nytimes.com/gst/mostemailed.html">Most Emailed</a></li><li data-type="most-viewed"><a href="http://www.nytimes.com/gst/mostpopular.html">Most Viewed</a></li><li data-type="recommended"><a href="http://www.nytimes.com/recommendations">Recommended for you</a></li>\n        </ul>\n    </div>\n    <div class="tab-content most-emailed">\n        <div class="loader"></div>\n    </div>\n    <div class="tab-content most-viewed">\n        <div class="loader"></div>\n    </div>\n    <div class="tab-content recommended">\n        <div class="loader"></div>\n    </div>\n</section>\n        <div id="Box1" class="ad box1-ad nocontent robots-nocontent"></div>\n        <div id="HPPromo" class="ad hppromo-ad nocontent robots-nocontent"></div>\n        <div id="HPBottom1" class="ad hpbottom1-ad nocontent robots-nocontent"></div>\n\n    </div><!-- close c-column -->\n\n</div><!-- close span-ab-layout -->\n\n<div id="HPSponLink" class="ad hpsponlink-ad nocontent robots-nocontent"></div>\n<div id="Bottom8" class="ad bottom8-ad nocontent robots-nocontent"></div>\n<div id="Bottom9" class="ad bottom9-ad nocontent robots-nocontent"></div>\n                    <div class="search-overlay"></div>\n            </main><!-- close main -->\n            <section id="site-index" class="site-index">\n    <header class="section-header">\n        <p class="user-action"><a href="http://www.nytimes.com/">Go to Home Page &raquo;</a></p>\n        <h2 class="section-heading">\n            <span class="visually-hidden">Site Index</span>\n            <a href="http://www.nytimes.com/">\n                <script>window.magnum.writeLogo(\'small\', \'http://a1.nyt.com/assets/homepage/20150522-113713/images/foundation/logos/\', \'\', \'\', \'standard\');</script>\n         </a>\n        </h2>\n    </header>\n\n    <nav id="site-index-navigation" class="site-index-navigation" role="navigation">\n\n        <div class="split-6-layout layout">\n\n                                                                                    \n                    <div class="column">\n                        <h3 class="menu-heading">News</h3>\n                        <ul class="menu">\n\n                                                                                                                                                                                                                                                \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/world/index.html">World</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/national/index.html">U.S.</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/politics/index.html">Politics</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/nyregion/index.html">New York</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/business/index.html">Business</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/technology/index.html">Technology</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/science/index.html">Science</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/health/index.html">Health</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/sports/index.html">Sports</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/education/index.html">Education</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/obituaries/index.html">Obituaries</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/todayspaper/index.html">Today\'s Paper</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/corrections/index.html">Corrections</a>\n                                    </li>\n\n                                                            \n                        </ul>\n                    </div><!-- close column -->\n\n                                            \n                    <div class="column">\n                        <h3 class="menu-heading">Opinion</h3>\n                        <ul class="menu">\n\n                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/opinion/index.html">Today\'s Opinion</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/opinion/index.html#columnists">Op-Ed Columnists</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/opinion/index.html#editorials">Editorials</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/opinion/index.html#contributing">Contributing Writers</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/opinion/index.html#op-ed">Op-Ed Contributors</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/opinion/index.html#opinionator">Opinionator</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/opinion/index.html#letters">Letters</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/opinion/index.html#sundayreview">Sunday Review</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/opinion/index.html#takingNote">Taking Note</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/roomfordebate/">Room for Debate</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">Public Editor</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/video/opinion/">Video: Opinion</a>\n                                    </li>\n\n                                                            \n                        </ul>\n                    </div><!-- close column -->\n\n                                            \n                    <div class="column">\n                        <h3 class="menu-heading">Arts</h3>\n                        <ul class="menu">\n\n                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/arts/index.html">Today\'s Arts</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/arts/design/index.html">Art & Design</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://artsbeat.blogs.nytimes.com/">ArtsBeat</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/books/index.html">Books</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/arts/dance/index.html">Dance</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/movies/index.html">Movies</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/arts/music/index.html">Music</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/arts/television/index.html">Television</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/theater/index.html">Theater</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/arts/video-games/index.html">Video Games</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/video/arts/">Video: Arts</a>\n                                    </li>\n\n                                                            \n                        </ul>\n                    </div><!-- close column -->\n\n                                            \n                    <div class="column">\n                        <h3 class="menu-heading">Living</h3>\n                        <ul class="menu">\n\n                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/automobiles/index.html">Automobiles</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/crosswords/">Crossword</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/dining/index.html">Food</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/education/index.html">Education</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/fashion/index.html">Fashion & Style</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/health/index.html">Health</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/garden/index.html">Home & Garden</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://jobmarket.nytimes.com/pages/jobs/index.html">Jobs</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/magazine/index.html">Magazine</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/realestate/index.html">Real Estate</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/t-magazine/index.html">T Magazine</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/travel/index.html">Travel</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/fashion/weddings/index.html">Weddings & Celebrations</a>\n                                    </li>\n\n                                                            \n                        </ul>\n                    </div><!-- close column -->\n\n                                            \n                    <div class="column">\n                        <h3 class="menu-heading">Listings & More</h3>\n                        <ul class="menu">\n\n                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/ref/classifieds/">Classifieds</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/marketing/tools-and-services/">Tools & Services</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/topics/">Times Topics</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://topics.nytimes.com/top/opinion/thepubliceditor/index.html">Public Editor</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/events/">N.Y.C. Events Guide</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://tvlistings.nytimes.com/tvlistings/ZCGrid.do?aid=nyt">TV Listings</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/interactive/blogs/directory.html">Blogs</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://wordplay.blogs.nytimes.com/cartoons/">Cartoons</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/pages/multimedia/index.html">Multimedia</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://lens.blogs.nytimes.com/">Photography</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/video/">Video</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="https://www.nytimes.com/store/?&t=qry542&utm_source=nytimes&utm_medium=HPB&utm_content=hp_browsetree&utm_campaign=NYT-HP&module=SectionsNav&action=click&region=TopBar&version=BrowseTree&contentCollection=NYT%20Store&contentPlacement=2&pgtype=Homepage">NYT Store</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/times-journeys/?utm_source=nytimes&utm_medium=HPLink&utm_content=hp_browsetree&utm_campaign=NYT-HP">Times Journeys</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/seeallnav">Subscribe</a>\n                                    </li>\n\n                                                                                            \n                                    <li>\n                                        <a href="http://www.nytimes.com/membercenter">Manage My Account</a>\n                                    </li>\n\n                                                            \n                        </ul>\n                    </div><!-- close column -->\n\n                            \n            <div class="column last-column">\n                \n<h3 class="menu-heading">Subscribe</h3>\n\n<ul class="menu primary-menu">\n    <li class="menu-label">Subscribe</li>\n    <li class="times-premier">\n        <i class="icon sprite-icon"></i>\n        <a href="http://www.nytimes.com/tpnav">Times Premier</a>\n    </li>\n\n    <li class="home-delivery">\n        <i class="icon sprite-icon"></i>\n                    <a href="http://www.nytimes.com/hdleftnav">Home Delivery</a>\n            </li>\n    <li class="digital-subscriptions">\n        <i class="icon sprite-icon"></i>\n                    <a href="http://www.nytimes.com/digitalleftnav">Digital Subscriptions</a>\n            </li>\n    <li class="nyt-opinion">\n        <i class="icon sprite-icon"></i>\n        <a href="http://www.nytimes.com/opinionindex">NYT Opinion</a>\n    </li>\n    <li class="nyt-crossword last-item">\n        <i class="icon sprite-icon"></i>\n        <a id="nyt-crossword" href="http://www.nytimes.com/crosswords/index.html">Crossword</a>\n    </li>\n\n</ul>\n\n<ul class="menu secondary-menu">\n\n    <li>\n        <a href="http://www.nytimes.com/marketing/newsletters">Email Newsletters</a>\n    </li>\n    <li>\n        <a href="https://myaccount.nytimes.com/mem/tnt.html">Alerts</a>\n    </li>\n    <li>\n                    <a href="http://www.nytimes.com/giftleftnav">Gift Subscriptions</a>\n            </li>\n    <li>\n                    <a href="http://www.nytimes.com/corporateleftnav">Corporate Subscriptions</a>\n            </li>\n    <li>\n                    <a href="http://www.nytimes.com/educationleftnav">Education Rate</a>\n            </li>\n\n</ul>\n<ul class="menu secondary-menu">\n    <li>\n        <a href="http://www.nytimes.com/services/mobile/index.html">Mobile Applications</a>\n    </li>\n    <li>\n                    <a href="http://eedition.nytimes.com/cgi-bin/signup.cgi?cc=37FYY">Replica Edition</a>\n            </li>\n                <li>\n            <a href="http://subscribe.inyt.com">International New York Times</a>\n        </li>\n    \n</ul>\n\n            </div><!-- close column -->\n\n        </div><!-- close split-6-layout -->\n\n    </nav><!-- close nav -->\n\n</section><!-- close site-index -->\n\n            <footer id="page-footer" class="page-footer" role="contentinfo">\n    <nav>\n         <ul>\n             <li>\n                <a href="http://www.nytimes.com/content/help/rights/copyright/copyright-notice.html" itemprop="copyrightNotice">\n                    &copy; <span itemprop="copyrightYear">2015</span><span itemprop="copyrightHolder provider sourceOrganization" itemscope itemtype="http://schema.org/Organization" itemid="http://www.nytimes.com"><span itemprop="name"> The New York Times Company</span><meta itemprop="tickerSymbol" content="NYSE NYT"/></span>\n                </a>\n            </li>\n            <li class="wide-viewport-item"><a href="http://www.nytimes.com/ref/membercenter/help/infoservdirectory.html">Contact Us</a></li>\n            <li class="wide-viewport-item"><a href="http://www.nytco.com/careers">Work With Us</a></li>\n            <li class="wide-viewport-item"><a href="http://www.nytimes.whsites.net/mediakit">Advertise</a></li>\n            <li class="wide-viewport-item"><a href="http://www.nytimes.com/content/help/rights/privacy/policy/privacy-policy.html#pp">Your Ad Choices</a></li>\n            <li><a href="http://www.nytimes.com/privacy">Privacy</a></li>\n            <li><a href="http://www.nytimes.com/ref/membercenter/help/agree.html" itemprop="usageTerms">Terms of Service</a></li>\n            <li class="wide-viewport-item last-item"><a href="http://www.nytimes.com/content/help/rights/sale/terms-of-sale.html">Terms of Sale</a></li>\n         </ul>\n    </nav>\n    <nav class="last-nav">\n        <ul>\n            <li><a href="http://spiderbites.nytimes.com">Site Map</a></li>\n            <li><a href="http://www.nytimes.com/membercenter/sitehelp.html">Help</a></li>\n            <li><a href="https://myaccount.nytimes.com/membercenter/feedback.html">Site Feedback</a></li>\n            <li class="wide-viewport-item last-item"><a href="http://www.nytimes.com/subscriptions/Multiproduct/lp5558.html?campaignId=37WXW">Subscriptions</a></li>\n        </ul>\n    </nav>\n\n    <div id="mobile-banner" class="mobile-banner hidden">\n        <a class="banner-message" href="http://mobile.nytimes.com/">View Mobile Version</a>\n    </div>\n</footer>\n        </div><!-- close page -->\n    </div><!-- close shell -->\n    <script>\nrequire([\'foundation/main\'], function () {\n    require([\'homepage/main\']);\n    require([\'jquery/nyt\', \'foundation/views/page-manager\'], function ($, pageManager) {\n        if (window.location.search.indexOf(\'disable_tagx\') > 0) {\n            return;\n        }\n        $(document).ready(function () {\n            require([\'http://static01.nyt.com/bi/js/tagx/tagx.js\'], function () {\n                pageManager.trackingFireEventQueue();\n            });\n        });\n    });\n});\n</script>\n\n    <div id="Inv1" class="ad inv1-ad hidden"></div>\n<div id="Inv2" class="ad inv2-ad hidden"></div>\n<div id="Inv3" class="ad inv3-ad hidden"></div>\n<div id="ab1" class="ad ab1-ad hidden"></div>\n<div id="ab2" class="ad ab2-ad hidden"></div>\n<div id="ab3" class="ad ab3-ad hidden"></div>\n<div id="prop1" class="ad prop1-ad hidden"></div>\n<div id="prop2" class="ad prop2-ad hidden"></div>\n<div id="Anchor" class="ad anchor-ad hidden"></div>\n<script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"b5bcf2eba4","applicationID":"4491446","transactionName":"YwFXZhRYVhAEVUZcX1pLYEAPFlkTFRhCXUA=","queueTime":0,"applicationTime":434,"ttGuid":"","agentToken":"","userAttributes":"","errorBeacon":"bam.nr-data.net","agent":"js-agent.newrelic.com\\/nr-593.min.js"}</script></body>\n</html>\n'

In [4]:
body = r.content

In [5]:
soup = BeautifulSoup(body)
soup.prettify()


Out[5]:
u'<!DOCTYPE html>\n<!--[if (gt IE 9)|!(IE)]> <!-->\n<html class="no-js edition-domestic app-homepage" itemscope="" lang="en" xmlns:og="http://opengraphprotocol.org/schema/">\n <!--<![endif]-->\n <!--[if IE 9]> <html lang="en" class="no-js ie9 lt-ie10 edition-domestic app-homepage" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->\n <!--[if IE 8]> <html lang="en" class="no-js ie8 lt-ie10 lt-ie9 edition-domestic app-homepage" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->\n <!--[if (lt IE 8)]> <html lang="en" class="no-js lt-ie10 lt-ie9 lt-ie8 edition-domestic app-homepage" xmlns:og="http://opengraphprotocol.org/schema/"> <![endif]-->\n <head>\n  <title>\n   The New York Times - Breaking News, World News &amp; Multimedia\n  </title>\n  <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/>\n  <script type="text/javascript">\n   window.NREUM||(NREUM={}),__nr_require=function(n,e,t){function r(t){if(!e[t]){var o=e[t]={exports:{}};n[t][0].call(o.exports,function(e){var o=n[t][1][e];return r(o?o:e)},o,o.exports)}return e[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({QJf3ax:[function(n,e){function t(n){function e(e,t,a){n&&n(e,t,a),a||(a={});for(var u=c(e),f=u.length,s=i(a,o,r),p=0;f>p;p++)u[p].apply(s,t);return s}function a(n,e){f[n]=c(n).concat(e)}function c(n){return f[n]||[]}function u(){return t(e)}var f={};return{on:a,emit:e,create:u,listeners:c,_events:f}}function r(){return{}}var o="nr@context",i=n("gos");e.exports=t()},{gos:"7eSDFh"}],ee:[function(n,e){e.exports=n("QJf3ax")},{}],3:[function(n,e){function t(n){return function(){r(n,[(new Date).getTime()].concat(i(arguments)))}}var r=n("handle"),o=n(1),i=n(2);"undefined"==typeof window.newrelic&&(newrelic=window.NREUM);var a=["setPageViewName","addPageAction","setCustomAttribute","finished","addToTrace","inlineHit","noticeError"];o(a,function(n,e){window.NREUM[e]=t("api-"+e)}),e.exports=window.NREUM},{1:12,2:13,handle:"D5DuLP"}],gos:[function(n,e){e.exports=n("7eSDFh")},{}],"7eSDFh":[function(n,e){function t(n,e,t){if(r.call(n,e))return n[e];var o=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(n,e,{value:o,writable:!0,enumerable:!1}),o}catch(i){}return n[e]=o,o}var r=Object.prototype.hasOwnProperty;e.exports=t},{}],D5DuLP:[function(n,e){function t(n,e,t){return r.listeners(n).length?r.emit(n,e,t):(o[n]||(o[n]=[]),void o[n].push(e))}var r=n("ee").create(),o={};e.exports=t,t.ee=r,r.q=o},{ee:"QJf3ax"}],handle:[function(n,e){e.exports=n("D5DuLP")},{}],XL7HBI:[function(n,e){function t(n){var e=typeof n;return!n||"object"!==e&&"function"!==e?-1:n===window?0:i(n,o,function(){return r++})}var r=1,o="nr@id",i=n("gos");e.exports=t},{gos:"7eSDFh"}],id:[function(n,e){e.exports=n("XL7HBI")},{}],loader:[function(n,e){e.exports=n("G9z0Bl")},{}],G9z0Bl:[function(n,e){function t(){var n=h.info=NREUM.info;if(n&&n.licenseKey&&n.applicationID&&f&&f.body){c(l,function(e,t){e in n||(n[e]=t)}),h.proto="https"===d.split(":")[0]||n.sslForHttp?"https://":"http://",a("mark",["onload",i()]);var e=f.createElement("script");e.src=h.proto+n.agent,f.body.appendChild(e)}}function r(){"complete"===f.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=n("handle"),c=n(1),u=(n(2),window),f=u.document,s="addEventListener",p="attachEvent",d=(""+location).split("?")[0],l={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-593.min.js"},h=e.exports={offset:i(),origin:d,features:{}};f[s]?(f[s]("DOMContentLoaded",o,!1),u[s]("load",t,!1)):(f[p]("onreadystatechange",r),u[p]("onload",t)),a("mark",["firstbyte",i()])},{1:12,2:3,handle:"D5DuLP"}],12:[function(n,e){function t(n,e){var t=[],o="",i=0;for(o in n)r.call(n,o)&&(t[i]=e(o,n[o]),i+=1);return t}var r=Object.prototype.hasOwnProperty;e.exports=t},{}],13:[function(n,e){function t(n,e,t){e||(e=0),"undefined"==typeof t&&(t=n?n.length:0);for(var r=-1,o=t-e||0,i=Array(0>o?0:o);++r<o;)i[r]=n[e+r];return i}e.exports=t},{}]},{},["G9z0Bl"]);\n  </script>\n  <link href="http://static01.nyt.com/favicon.ico" rel="shortcut icon"/>\n  <link href="http://static01.nyt.com/images/icons/ios-ipad-144x144.png" rel="apple-touch-icon-precomposed" sizes="144\xc3\u2014144"/>\n  <link href="http://static01.nyt.com/images/icons/ios-iphone-114x144.png" rel="apple-touch-icon-precomposed" sizes="114\xc3\u2014114"/>\n  <link href="http://static01.nyt.com/images/icons/ios-default-homescreen-57x57.png" rel="apple-touch-icon-precomposed"/>\n  <meta content="nyt-v5" name="sourceApp"/>\n  <meta content="homepage" id="applicationName" name="applicationName"/>\n  <meta content="" id="foundation-build-id" name="foundation-build-id"/>\n  <link href="http://www.nytimes.com" rel="canonical"/>\n  <link href="http://www.nytimes.com/services/xml/rss/nyt/HomePage.xml" rel="alternate" title="RSS" type="application/rss+xml"/>\n  <link href="http://mobile.nytimes.com" media="handheld" rel="alternate"/>\n  <meta content="noarchive,noodp,noydir" name="robots"/>\n  <meta content="The New York Times: Find breaking news, multimedia, reviews &amp; opinion on Washington, business, sports, movies, travel, books, jobs, education, real estate, cars &amp; more at nytimes.com." name="description"/>\n  <meta content="Homepage" name="CG"/>\n  <meta content="" name="SCG"/>\n  <meta content="Homepage" name="PT"/>\n  <meta content="" name="PST"/>\n  <meta content="The New York Times" name="application-name"/>\n  <meta content="http://www.nytimes.com" name="msapplication-starturl"/>\n  <meta content="name=Search;action-uri=http://query.nytimes.com/search/sitesearch?src=iepin;icon-uri=http://css.nyt.com/images/icons/search.ico" name="msapplication-task"/>\n  <meta content="name=Most Popular;action-uri=http://www.nytimes.com/gst/mostpopular.html?src=iepin;icon-uri=http://css.nyt.com/images/icons/mostpopular.ico" name="msapplication-task"/>\n  <meta content="name=Video;action-uri=http://video.nytimes.com/?src=iepin;icon-uri=http://css.nyt.com/images/icons/video.ico" name="msapplication-task"/>\n  <meta content="name=Homepage;action-uri=http://www.nytimes.com?src=iepin&amp;adxnnl=1;icon-uri=http://css.nyt.com/images/icons/homepage.ico" name="msapplication-task"/>\n  <meta content="http://www.nytimes.com" property="og:url"/>\n  <meta content="website" property="og:type"/>\n  <meta content="Breaking News, World News &amp; Multimedia" property="og:title"/>\n  <meta content="The New York Times: Find breaking news, multimedia, reviews &amp; opinion on Washington, business, sports, movies, travel, books, jobs, education, real estate, cars &amp; more at nytimes.com." property="og:description"/>\n  <meta content="http://static01.nyt.com/images/icons/t_logo_291_black.png" property="og:image"/>\n  <meta content="9869919170" property="fb:app_id"/>\n  <meta content="app-id=357066198, affiliate-data=at=10lIEQ&amp;ct=Web%20iPad%20Smart%20App%20Banner&amp;pt=13036" name="apple-itunes-app"/>\n  <meta content="Ethics and Official Misconduct,House of Representatives,Hastert, J Dennis,Illinois,Soccer,International Federation of Association Football (FIFA),Blatter, Sepp,United States,Union of European Football Assns (UEFA),International Federation of Association Football (FIFA),Confederation of North, Central American and Caribbean Association Football (CONCACAF),Soccer,World Cup (Soccer),Gulati, Sunil,Blatter, Sepp,Putin, Vladimir V,Russia,International Federation of Association Football (FIFA),Blatter, Sepp,Corruption (Institutional),United States International Relations,United States,Justice Department,Switzerland,Crime and Criminals,Soccer,World Cup (Soccer),Blatter, Joseph S,International Federation of Association Football (FIFA),Terrorism,Civilian Casualties,Islamic State in Iraq and Syria (ISIS),Palmyra (Syria),Arts and Antiquities Looting,Terrorism,Historic Buildings and Sites,General Assembly (UN),Islamic State in Iraq and Syria (ISIS),United Nations,Mohamed Ali Alhakim,Iraq,United Nations Educational, Scientific and Cultural Organization,Torture,Women and Girls,Truth and Dignity Commission (Tunisia),Tunisia,Pregnancy and Childbirth,Depression (Mental),Mental Health and Disorders,Women and Girls,Babies and Infants,Parenting,Aurora, Colo, Shooting (2012),Holmes, James Eagan,Denver (Colo),Murders, Attempted Murders and Homicides,Railroads,Police,Miami (Fla),Racial Profiling,Police Brutality, Misconduct and Shootings,Virtual Reality (Computers),Google Inc,Wearable Computing,GoPro,Surveillance of Citizens by Government,Senate,National Security Agency,USA PATRIOT Act,Terrorism,Privacy,Fuld, Richard S Jr,Lehman Brothers Holdings Inc,Subprime Mortgage Crisis,Banking and Financial Institutions,Presidential Election of 2016,Sanders, Bernard,Democratic Party,Voting and Voters,Elderly,Hotels and Travel Lodgings,Deaths (Obituaries),Honeymoons,Poconos (Pa),Morris Wilkins,Inventions and Patents,Cove Haven,TLC (TV Network),19 Kids and Counting (TV Program),Advertising and Marketing,Reality Television,Child Abuse and Neglect,General Mills Inc,Pizza Hut,Duggar, Josh (1988- ),Jordan, Gigi,Mirra, Jude Michael,Solomon, Charles H,Sentences (Criminal),Murders, Attempted Murders and Homicides,Manhattan (NYC),Television,Oyelowo, David,Nightingale (TV Program),Theater,An Act of God (Play),Parsons, Jim,Mantello, Joe,Javerbaum, David,Kazurinsky, Tim,Fitzgerald, Christopher,Netflix Inc,Net Neutrality,Media,Antitrust Laws and Competition Issues,Television,Charter Communications Inc,Time Warner Cable Inc,Comcast Corporation,Regulation and Deregulation of Industry,Silicon Valley (Calif)" name="keywords"/>\n  <meta content="2640832222001" name="video:playerId"/>\n  <meta content="1749339200" name="video:publisherId"/>\n  <meta content="cE97ArV7TzqBzkmeRVVhJ8O6GWME2iG_bRvjBTlNb4o." name="video:publisherReadToken"/>\n  <!--[if (gt IE 9)|!(IE)]> <!-->\n  <link href="http://a1.nyt.com/assets/homepage/20150522-113713/css/homepage/styles.css" media="screen" rel="stylesheet" type="text/css"/>\n  <!--<![endif]-->\n  <!--[if lte IE 9]>\n    <link rel="stylesheet" type="text/css" media="screen" href="http://a1.nyt.com/assets/homepage/20150522-113713/css/homepage/styles-ie.css" />\n<![endif]-->\n  <script src="http://a1.nyt.com/assets/homepage/20150522-113713/js/homepage/ad-loader.js">\n  </script>\n  <script>\n   window.NYTADX.buildAdx([\'Ethics and Official Misconduct\',\'House of Representatives\',\'Hastert, J Dennis\',\'Illinois\',\'Soccer\',\'International Federation of Association Football (FIFA)\',\'Blatter, Sepp\',\'United States\',\'Union of European Football Assns (UEFA)\',\'International Federation of Association Football (FIFA)\',\'Confederation of North, Central American and Caribbean Association Football (CONCACAF)\',\'Soccer\',\'World Cup (Soccer)\',\'Gulati, Sunil\',\'Blatter, Sepp\',\'Putin, Vladimir V\',\'Russia\',\'International Federation of Association Football (FIFA)\',\'Blatter, Sepp\',\'Corruption (Institutional)\',\'United States International Relations\',\'United States\',\'Justice Department\',\'Switzerland\',\'Crime and Criminals\',\'Soccer\',\'World Cup (Soccer)\',\'Blatter, Joseph S\',\'International Federation of Association Football (FIFA)\',\'Terrorism\',\'Civilian Casualties\',\'Islamic State in Iraq and Syria (ISIS)\',\'Palmyra (Syria)\',\'Arts and Antiquities Looting\',\'Terrorism\',\'Historic Buildings and Sites\',\'General Assembly (UN)\',\'Islamic State in Iraq and Syria (ISIS)\',\'United Nations\',\'Mohamed Ali Alhakim\',\'Iraq\',\'United Nations Educational, Scientific and Cultural Organization\',\'Torture\',\'Women and Girls\',\'Truth and Dignity Commission (Tunisia)\',\'Tunisia\',\'Pregnancy and Childbirth\',\'Depression (Mental)\',\'Mental Health and Disorders\',\'Women and Girls\',\'Babies and Infants\',\'Parenting\',\'Aurora, Colo, Shooting (2012)\',\'Holmes, James Eagan\',\'Denver (Colo)\',\'Murders, Attempted Murders and Homicides\',\'Railroads\',\'Police\',\'Miami (Fla)\',\'Racial Profiling\',\'Police Brutality, Misconduct and Shootings\',\'Virtual Reality (Computers)\',\'Google Inc\',\'Wearable Computing\',\'GoPro\',\'Surveillance of Citizens by Government\',\'Senate\',\'National Security Agency\',\'USA PATRIOT Act\',\'Terrorism\',\'Privacy\',\'Fuld, Richard S Jr\',\'Lehman Brothers Holdings Inc\',\'Subprime Mortgage Crisis\',\'Banking and Financial Institutions\',\'Presidential Election of 2016\',\'Sanders, Bernard\',\'Democratic Party\',\'Voting and Voters\',\'Elderly\',\'Hotels and Travel Lodgings\',\'Deaths (Obituaries)\',\'Honeymoons\',\'Poconos (Pa)\',\'Morris Wilkins\',\'Inventions and Patents\',\'Cove Haven\',\'TLC (TV Network)\',\'19 Kids and Counting (TV Program)\',\'Advertising and Marketing\',\'Reality Television\',\'Child Abuse and Neglect\',\'General Mills Inc\',\'Pizza Hut\',\'Duggar, Josh (1988- )\',\'Jordan, Gigi\',\'Mirra, Jude Michael\',\'Solomon, Charles H\',\'Sentences (Criminal)\',\'Murders, Attempted Murders and Homicides\',\'Manhattan (NYC)\',\'Television\',\'Oyelowo, David\',\'Nightingale (TV Program)\',\'Theater\',\'An Act of God (Play)\',\'Parsons, Jim\',\'Mantello, Joe\',\'Javerbaum, David\',\'Kazurinsky, Tim\',\'Fitzgerald, Christopher\',\'Netflix Inc\',\'Net Neutrality\',\'Media\',\'Antitrust Laws and Competition Issues\',\'Television\',\'Charter Communications Inc\',\'Time Warner Cable Inc\',\'Comcast Corporation\',\'Regulation and Deregulation of Industry\',\'Silicon Valley (Calif)\'], \'\', true)\n  </script>\n  <script src="//typeface.nytimes.com/zam5nzz.js">\n  </script>\n  <script>\n   try{Typekit.load();}catch(e){}\n  </script>\n  <script id="abtestconfig" type="application/json">\n   [\n    {\n        "testId": "0002",\n        "testName": "promotron",\n        "throttle": 1.0,\n        "allocation": 0.5,\n        "variants": 1\n    },\n    {\n        "testId": "0012",\n        "testName": "tallWatchingModule",\n        "throttle": 1.0,\n        "allocation": 0.9,\n        "variants": 1,\n        "applications": ["homepage"]\n    },\n    {\n        "testId": "0033",\n        "testName": "recommendedLabelTest",\n        "throttle": 1,\n        "allocation": 0.833,\n        "variants": 5,\n        "applications": ["article"]\n    },\n    {\n        "testId": "0034",\n        "testName": "whatsNextLdaVideo",\n        "throttle": 1.0,\n        "allocation": 0.75,\n        "variants": 3,\n        "applications": ["article"]\n    },\n    {\n        "testId": "0035",\n        "testName": "randomMostEmailed",\n        "throttle": 1,\n        "allocation": 0.6,\n        "variants": 2,\n        "applications": ["article"]\n    },\n    {\n        "testId": "0036",\n        "testName": "velcroSocialFollow",\n        "throttle": 0.1,\n        "allocation": 0.5,\n        "variants": 1,\n        "applications": ["article", "homepage"]\n    },\n    {\n        "testId": "0050",\n        "testName": "styledMostEmailed",\n        "throttle": 1,\n        "allocation": 0.667,\n        "variants": 2,\n        "applications": ["article"]\n    },\n    {\n        "testId": "0051",\n        "testName": "shuffleRecommendations",\n        "throttle": 1.0,\n        "allocation": 0.667,\n        "variants": 1,\n        "applications": ["article"]\n    }\n]\n  </script>\n  <script>\n   var require = {\n    baseUrl: \'http://a1.nyt.com/assets/\',\n    waitSeconds: 20,\n    paths: {\n        \'foundation\': \'homepage/20150522-113713/js/foundation\',\n        \'shared\': \'homepage/20150522-113713/js/shared\',\n        \'homepage\': \'homepage/20150522-113713/js/homepage\',\n        \'application\': \'homepage/20150522-113713/js/homepage/\',\n        \'videoFactory\': \'http://static01.nyt.com/js2/build/video/2.0/videofactoryrequire\',\n        \'videoPlaylist\': \'http://static01.nyt.com/js2/build/video/players/extended/2.0/appRequire\',\n        \'auth/mtr\': \'http://static01.nyt.com/js/mtr\',\n        \'auth/growl\': \'http://static01.nyt.com/js/auth/growl/default\',\n        \'vhs\': \'http://static01.nyt.com/video/vhs/build/vhs-2.x.min\'\n    }\n};\n  </script>\n  <!--[if (gte IE 9)|!(IE)]> <!-->\n  <script data-main="foundation/main" src="http://a1.nyt.com/assets/homepage/20150522-113713/js/foundation/lib/framework.js">\n  </script>\n  <!--<![endif]-->\n  <!--[if lt IE 9]>\n<script>\nrequire.map = { \'*\': { \'foundation/main\': \'foundation/legacy_main\' } };\n</script>\n<script data-main="foundation/legacy_main" src="http://a1.nyt.com/assets/homepage/20150522-113713/js/foundation/lib/framework.js"></script>\n<![endif]-->\n  <script>\n   window.magnum.processFlags(["limitFabrikSave","homepageOpinionKickerCss","followFeature","velcroSocialFollow","allTheEmphases","videoVHSCover","videoVHSHomepageCover"]);\n  </script>\n </head>\n <body>\n  <style>\n   .lt-ie9 .messenger.suggestions {\n        display: block !important;\n        height: 50px;\n    }\n\n    .lt-ie9 .messenger.suggestions .message-bed {\n        background-color: #f8e9d2;\n        border-bottom: 1px solid #ccc;\n    }\n\n    .lt-ie9 .messenger.suggestions .message-container {\n        padding: 11px 18px 11px 30px;\n    }\n\n    .lt-ie9 .messenger.suggestions .action-link {\n        font-family: "nyt-franklin", arial, helvetica, sans-serif;\n        font-size: 10px;\n        font-weight: bold;\n        color: #a81817;\n        text-transform: uppercase;\n    }\n\n    .lt-ie9 .messenger.suggestions .alert-icon {\n        background: url(\'http://i1.nyt.com/images/icons/icon-alert-12x12-a81817.png\') no-repeat;\n        width: 12px;\n        height: 12px;\n        display: inline-block;\n        margin-top: -2px;\n        float: none;\n    }\n\n    .lt-ie9 .masthead,\n    .lt-ie9 .navigation,\n    .lt-ie9 .comments-panel {\n        margin-top: 50px !important;\n    }\n\n    .lt-ie9 .ribbon {\n        margin-top: 97px !important;\n    }\n  </style>\n  <div class="suggestions messenger nocontent robots-nocontent" id="suggestions" style="display:none;">\n   <div class="message-bed">\n    <div class="message-container last-message-container">\n     <div class="message">\n      <span class="message-content">\n       <i class="icon alert-icon">\n       </i>\n       <span class="message-title">\n        NYTimes.com no longer supports Internet Explorer 8 or earlier. Please upgrade your browser.\n       </span>\n       <a class="action-link" href="http://www.nytimes.com/content/help/site/ie8-support.html">\n        LEARN MORE \xc2\xbb\n       </a>\n      </span>\n     </div>\n    </div>\n   </div>\n  </div>\n  <div class="shell" id="shell">\n   <header class="masthead" id="masthead" role="banner">\n    <div class="announcements-container" id="announcements-container">\n    </div>\n    <div class="ad header1-ad" id="Header1">\n    </div>\n    <div class="masthead-cap-container">\n     <div class="masthead-cap" id="masthead-cap">\n      <div class="quick-navigation button-group">\n       <button class="button sections-button enable-a11y">\n        <i class="icon sprite-icon">\n        </i>\n        <span class="button-text">\n         Sections\n        </span>\n       </button>\n       <button class="button search-button">\n        <i class="icon sprite-icon">\n        </i>\n        <span class="button-text">\n         Search\n        </span>\n       </button>\n       <a class="button skip-button skip-to-content visually-hidden focusable" href="#top-news">\n        Skip to content\n       </a>\n       <a class="button skip-button skip-to-navigation visually-hidden focusable" href="#site-index-navigation">\n        Skip to navigation\n       </a>\n      </div>\n      <!-- close quick-navigation -->\n      <div class="user-tools">\n       <div class="ad bar1-ad" id="Bar1">\n       </div>\n       <div class="user-tools-button-group button-group">\n        <button class="button login-button login-modal-trigger hidden">\n         Log In\n        </button>\n        <button class="button notifications-button hidden">\n         <i class="icon sprite-icon">\n         </i>\n         <span class="button-text">\n          0\n         </span>\n        </button>\n        <button class="button user-settings-button">\n         <i class="icon sprite-icon">\n         </i>\n         <span class="button-text">\n          Settings\n         </span>\n        </button>\n       </div>\n      </div>\n      <!-- close user-tools -->\n     </div>\n     <!-- close masthead-cap -->\n    </div>\n    <!-- close masthead-cap-container -->\n    <div class="masthead-meta">\n     <div class="editions tab">\n      <ul class="editions-menu">\n       <li class="edition-domestic-toggle active">\n        U.S.\n       </li>\n       <li class="edition-international-toggle">\n        <a data-edition="global" href="http://international.nytimes.com">\n         International\n        </a>\n       </li>\n       <li class="edition-chinese-toggle">\n        <a data-edition="chinese" href="http://cn.nytimes.com" target="_blank">\n         \xe4\xb8\xad\xe6\u2013\u2021\n        </a>\n       </li>\n      </ul>\n     </div>\n     <!-- close editions -->\n     <div class="ad top-left-ad" id="TopLeft">\n     </div>\n     <div class="ad top-right-ad" id="TopRight">\n     </div>\n     <h2 class="branding">\n      <a href="http://www.nytimes.com/">\n       <svg aria-label="The New York Times" class="nyt-logo" height="64" role="img" width="379">\n        <image alt="The New York Times" border="0" height="64" src="http://a1.nyt.com/assets/homepage/20150522-113713/images/foundation/logos/nyt-logo-379x64.png" width="379" xlink:href="http://a1.nyt.com/assets/homepage/20150522-113713/images/foundation/logos/nyt-logo-379x64.svg">\n        </image>\n       </svg>\n      </a>\n     </h2>\n     <ul class="masthead-menu">\n      <li class="date">\n       Friday, May 29, 2015\n      </li>\n      <li class="todays-paper">\n       <a data-collection="todays-paper" href="http://www.nytimes.com/pages/todayspaper/index.html">\n        <i class="icon sprite-icon">\n        </i>\n        Today\xe2\u20ac\u2122s Paper\n       </a>\n      </li>\n      <li class="video">\n       <a data-collection="video" href="http://www.nytimes.com/video">\n        <i class="icon sprite-icon">\n        </i>\n        Video\n       </a>\n      </li>\n      <li class="weather hidden" data-collection="weather" id="weather">\n      </li>\n      <li class="markets hidden" data-collection="markets" id="markets">\n      </li>\n     </ul>\n    </div>\n    <!-- close masthead-meta -->\n    <nav class="mini-navigation" id="mini-navigation">\n     <ul class="mini-navigation-menu">\n      <li>\n       <button class="button sections-button">\n        <i class="icon sprite-icon">\n        </i>\n        <span class="button-text">\n         Sections\n        </span>\n       </button>\n      </li>\n      <li>\n       <button class="button search-button">\n        <i class="icon sprite-icon">\n        </i>\n        <span class="button-text">\n         Search\n        </span>\n       </button>\n      </li>\n      <li class="shortcuts-9A43D8FC-F4CF-44D9-9B34-138D30468F8F ">\n       <a href="http://www.nytimes.com/pages/world/index.html">\n        World\n       </a>\n      </li>\n      <li class="shortcuts-23FD6C8B-62D5-4CEA-A331-6C2A9A1223BE ">\n       <a href="http://www.nytimes.com/pages/national/index.html">\n        U.S.\n       </a>\n      </li>\n      <li class="shortcuts-80E6DEE6-87E4-4AD0-9152-14FA6B07E5AB ">\n       <a href="http://www.nytimes.com/pages/politics/index.html">\n        Politics\n       </a>\n      </li>\n      <li class="shortcuts-C4DC8C0C-E148-4201-BF10-82F1C903DBFB ">\n       <a href="http://www.nytimes.com/pages/nyregion/index.html">\n        New York\n       </a>\n      </li>\n      <li class="shortcuts-104D1E63-9701-497B-8CF4-A4D120C9014E domestic">\n       <a href="http://www.nytimes.com/pages/business/index.html">\n        Business\n       </a>\n      </li>\n      <li class="shortcuts-A257D89A-0D3C-40AF-9C34-1A25A7947D94 international">\n       <a href="http://www.nytimes.com/pages/business/international/index.html">\n        Business\n       </a>\n      </li>\n      <li class="shortcuts-AD8090D7-4137-4D71-84C8-70DA3BD89778 domestic">\n       <a href="http://www.nytimes.com/pages/opinion/index.html">\n        Opinion\n       </a>\n      </li>\n      <li class="shortcuts-09736473-CB3F-4B2F-9772-3AF128ABE12D international">\n       <a href="http://www.nytimes.com/pages/opinion/international/index.html">\n        Opinion\n       </a>\n      </li>\n      <li class="shortcuts-78FBAD45-31A9-4EC7-B172-7D62A2B9955E ">\n       <a href="http://www.nytimes.com/pages/technology/index.html">\n        Technology\n       </a>\n      </li>\n      <li class="shortcuts-A4B35924-DB6C-4EA3-997D-450810F4FEE6 ">\n       <a href="http://www.nytimes.com/pages/science/index.html">\n        Science\n       </a>\n      </li>\n      <li class="shortcuts-7D6BE1AF-8CD8-430B-8B2A-17CD0EAA99AC ">\n       <a href="http://www.nytimes.com/pages/health/index.html">\n        Health\n       </a>\n      </li>\n      <li class="shortcuts-DE2B278B-2783-4506-AAD5-C15A5BB6DA1A domestic">\n       <a href="http://www.nytimes.com/pages/sports/index.html">\n        Sports\n       </a>\n      </li>\n      <li class="shortcuts-BE66F420-C51B-461D-B487-CACF62E94AAE international">\n       <a href="http://www.nytimes.com/pages/sports/international/index.html">\n        Sports\n       </a>\n      </li>\n      <li class="shortcuts-C5BFA7D5-359C-427B-90E6-6B7245A6CDD8 domestic">\n       <a href="http://www.nytimes.com/pages/arts/index.html">\n        Arts\n       </a>\n      </li>\n      <li class="shortcuts-0202D0E4-C59B-479A-BD42-6F1766459781 international">\n       <a href="http://www.nytimes.com/pages/arts/international/index.html">\n        Arts\n       </a>\n      </li>\n      <li class="shortcuts-B3DFBD82-F298-43B3-9458-219B4F6AA2A5 domestic">\n       <a href="http://www.nytimes.com/pages/fashion/index.html">\n        Style\n       </a>\n      </li>\n      <li class="shortcuts-CC9E2674-F6C4-4A39-813B-F5AB0C515CEA international">\n       <a href="http://www.nytimes.com/pages/style/international/index.html">\n        Style\n       </a>\n      </li>\n      <li class="shortcuts-D9C94A2B-0364-4D25-8383-592CC66F82D4 domestic">\n       <a href="http://www.nytimes.com/pages/dining/index.html">\n        Food\n       </a>\n      </li>\n      <li class="shortcuts-FDEFB811-B483-4C3D-A25A-FD07BE5EAD96 international">\n       <a href="http://www.nytimes.com/pages/dining/international/index.html">\n        Food\n       </a>\n      </li>\n      <li class="shortcuts-FDA10AC4-4738-4099-91E8-15584765C8D7 ">\n       <a href="http://www.nytimes.com/pages/travel/index.html">\n        Travel\n       </a>\n      </li>\n      <li class="shortcuts-E57A148E-0CB9-4C02-966D-28B119710151 ">\n       <a href="http://www.nytimes.com/pages/magazine/index.html">\n        Magazine\n       </a>\n      </li>\n      <li class="shortcuts-92720057-BCB6-4BDB-9351-12F29393259F ">\n       <a href="http://www.nytimes.com/pages/realestate/index.html">\n        Real Estate\n       </a>\n      </li>\n      <li>\n       <button class="button all-sections-button">\n        all\n       </button>\n      </li>\n     </ul>\n    </nav>\n    <div class="search-flyout-panel flyout-panel">\n     <button class="button close-button" type="button">\n      <i class="icon">\n      </i>\n      <span class="visually-hidden">\n       Close search\n      </span>\n     </button>\n     <div class="ad">\n      <small class="ad-sponsor">\n       search sponsored by\n      </small>\n      <div class="sponsor-ad" id="SponsorAd">\n      </div>\n     </div>\n     <nav class="search-form-control form-control layout-horizontal">\n      <form class="search-form" role="search">\n       <div class="control">\n        <div class="label-container visually-hidden">\n         <label for="search-input">\n          Search NYTimes.com\n         </label>\n        </div>\n        <div class="field-container">\n         <input autocomplete="off" class="search-input text" id="search-input" name="search-input" placeholder="Search NYTimes.com" type="text"/>\n         <button aria-describedby="clear-search-input" class="button clear-button" tabindex="-1" type="button">\n          <i class="icon">\n          </i>\n          <span class="visually-hidden" id="clear-search-input">\n           Clear this text input\n          </span>\n         </button>\n         <div class="auto-suggest" style="display: none;">\n          <ol>\n          </ol>\n         </div>\n         <button class="button submit-button" type="submit">\n          Go\n         </button>\n        </div>\n       </div>\n       <!-- close control -->\n      </form>\n     </nav>\n    </div>\n    <!-- close flyout-panel -->\n    <div class="notification-modals" id="notification-modals">\n    </div>\n   </header>\n   <!-- close masthead -->\n   <div class="masthead-placeholder" id="masthead-placeholder">\n   </div>\n   <nav class="navigation" id="navigation" role="navigation">\n   </nav>\n   <!-- close navigation -->\n   <nav class="mobile-navigation hidden" id="mobile-navigation">\n   </nav>\n   <div class="navigation-edge" id="navigation-edge">\n   </div>\n   <div class="page" id="page">\n    <main class="main" id="main" role="main">\n     <div class="ad top-ad nocontent robots-nocontent" id="TopAd">\n      <div class="accessibility-ad-header visually-hidden">\n       <p>\n        Advertisement\n       </p>\n      </div>\n     </div>\n     <div class="ad hp-top-ad hidden nocontent robots-nocontent" id="Top">\n     </div>\n     <div class="ad hp-top-ad-close hidden nocontent robots-nocontent" id="Top_Close">\n     </div>\n     <div class="ad top5-ad nocontent robots-nocontent" id="Top5">\n     </div>\n     <script>\n      window.NYTADX.setDimensions(\'Top\');\n     </script>\n     <div class="span-abc-region region">\n      <div class="collection">\n       <style>\n        /* Fix MM icons in kickers */\r\n.kicker .icon:before { top: 0px; }\r\n.kicker .media.slideshow { margin-bottom: 0px; }\r\n\r\n\r\n\r\n/* Hiding Hacks */\r\n\r\n.nythpHideKickers .kicker, .nythpHideBylines .byline, .nythpHideTimestamps .timestamp {\r\n    display: none;\r\n}\r\n\r\n/* banner hed modifications */\r\n.span-ab-top-region .story.theme-summary .story-heading {\r\n  line-height: 2.1rem;\r\n}\r\n\r\n\r\n/* Alterations to the Centered Feature Photo Spot Treatment */\r\n\r\n.b-column .photo-spot-region .story.theme-feature .story-heading {\r\n    font-size: 1.35rem;\r\n    line-height: 1.65rem;\r\n}\r\n\r\n.b-column  .photo-spot-region .story.theme-feature .story-heading {\r\n    padding: 0 22px; /* for headline wrapping  */\r\n}\r\n.b-column .photo-spot-region .story.theme-feature .summary {\r\n    line-height: 18px;\r\n}\r\n\r\n\r\n\r\n/* Daypart Styles */\r\n\r\n.pocket-region .story, .c-column #nythpDaypartRegion .story { margin-bottom: 15px !important; }\r\n\r\n.pocket-region h4.sectionHeaderHome, .c-column #nythpDaypartRegion h4.sectionHeaderHome {\r\n    font-size: 12px;\r\n    line-height: 14px;\r\n    font-weight: 700;\r\n    font-family: "nyt-cheltenham-sh",georgia,"times new roman",times,serif;\r\n    text-transform: uppercase;\r\n    margin-bottom: 6px;\r\n}\r\n\r\n.pocket-region h5, .c-column #nythpDaypartRegion h5 {\r\n\tfont-size: 14px;\r\n\tline-height: 16px;\r\n\tfont-weight: 700;\r\n\tfont-family: "nyt-cheltenham-sh",georgia,"times new roman",times,serif;\r\n\tmargin-bottom: 2px;\r\n}\r\n\r\n.pocket-region .runaroundRight, .c-column #nythpDaypartRegion .runaroundRight {\r\n\tfloat: right;\r\n\tclear: right;\r\n\tmargin: 3px 0px 6px 6px;\r\n}\r\n\r\n.pocket-region .summary, .c-column #nythpDaypartRegion .summary {\r\n    font-size: 13px;\r\n    line-height: 18px;\r\n    font-weight: 400;\r\n    font-family: georgia,"times new roman",times,serif;\r\n    margin-bottom: 0px;\r\n}\r\n\r\n.pocket-region .refer li, .c-column #nythpDaypartRegion .refer li {\r\n\tbackground-image: url(http://css.nyt.com/images/icons/bullet4x4.gif);\r\n\tbackground-repeat: no-repeat;\r\n\tbackground-position: 0 .4em;\r\n\tpadding-left: 8px;\r\n\tfont-size: 12px;\r\n\tline-height: 14px;\r\n\tfont-weight: 700;\r\n\tfont-family: "nyt-cheltenham-sh",georgia,"times new roman",times,serif;\r\n}\r\n\r\n\r\n\r\n/* BEGIN .HPHEADER STYLING */\r\n\r\n.wf-loading .hpHeader h6 {\r\n    visibility: hidden;\r\n  }\r\n\r\n.hpHeader {\r\n  margin-bottom: 8px;\r\n}\r\n\r\n.hpHeader h6 {\r\n  font-family: "nyt-franklin",helvetica,arial,sans-serif;\r\n  text-transform: uppercase;\r\n  font-size: 11px;\r\n  font-weight: 700;\r\n  letter-spacing: 1px;\r\n  padding: 12px 4px 2px 0;\r\n  border-bottom: 1px solid #999;\r\n  border-top: 1px solid #E2E2E2;\r\n}\r\n\r\n\r\n.hpHeader h6 a, \r\n.hpHeader h6 a:visited  {\r\n  text-decoration: none;\r\n  color: #000;\r\n}\r\n\r\n.hpHeader h6:hover, .span-ab-top-region .hpHeader h6 a:hover, .top-news .b-column .hpHeader h6 a:hover, .b-column .split-layout .hpHeader h6:hover,  \r\n.hpHeader h6:active, .span-ab-top-region .hpHeader h6 a:active, .top-news .b-column .hpHeader h6 a:active, .b-column .split-layout .hpHeader h6:active {\r\n  border-bottom-color: #000;\r\n}\r\n\r\n/* B Column Centered Treatment */\r\n.span-ab-top-region .hpHeader h6, .top-news .b-column .hpHeader h6  {\r\n  text-align: center;\r\n  border-bottom: none;\r\n  padding: 0px;\r\n}\r\n\r\n.span-ab-top-region .hpHeader h6 a, .top-news .b-column .hpHeader h6 a  {\r\n  display: inline-block;\r\n  border-bottom: 1px solid #999;\r\n  padding: 12px 4px 2px 4px;\r\n}\r\n\r\n/* Undo B Column Treatment for 3 Column Layouts and Split Code */\r\n.b-column .split-layout .hpHeader h6 {\r\n  text-align: left;    \r\n  border-bottom: 1px solid #999;\r\n  padding: 12px 4px 2px 0;\r\n}\r\n\r\n.b-column .split-layout .hpHeader h6 a {\r\n  border-bottom: none;\r\n  padding: 0;\r\n}\r\n\r\n\r\n/* Remove Top Rule When First in Region */\r\n.collection:first-child .hpHeader h6, .collection:first-child .hpHeader h6 a {\r\n  border-top: none;\r\n  padding-top: 0;\r\n}\r\n\r\n/* Lens Header Styles */\r\n\r\n.hpHeader h6, .span-ab-top-region .hpHeader h6 a, .top-news .b-column .hpHeader h6 a, .b-column .split-layout .hpHeader h6 { border-bottom-width: 2px; }\r\n\r\n/* END .HPHEADER STYLING */\r\n\r\n\r\n/* Briefing Newsletter */\r\n\r\n.nythpBriefingNewsletterSignup {\r\n\tfont-family: \'nyt-franklin\', Arial, Helvetica, sans-serif;\r\n\tfont-size: 11px;\r\n\tpadding-left: 16px;\r\n\tbackground: url(\'http://graphics8.nytimes.com/packages/images/homepage/newsletter_icon.png\') no-repeat;\r\n\tfont-weight: 400;\r\n}\r\n\r\na.nythpBriefingNewsletterSignup, a:link.nythpBriefingNewsletterSignup, a:visited.nythpBriefingNewsletterSignup {\r\n\tcolor: #326891;\r\n}\n       </style>\n       <style>\n        .nythpBriefings h3.kicker {\r\n    font-family: nyt-franklin,Arial,sans-serif;\r\n    font-size: 12px;\r\n    font-weight: 700;\r\n    background: url(\'http://graphics8.nytimes.com/packages/images/homepage/briefings/dogear_sm.png\') no-repeat scroll left top transparent;\r\n    padding: 0 0 3px 20px;\r\n    border-bottom: 1px solid #000;\r\n    display: inline-block;\r\n    color: #000;\r\n    margin-bottom: 8px;\r\nmargin-top: 0px !important;\r\n}\r\n\r\n.nythpBriefings .timestamp {display: none;}\r\n\r\n/* Gift Guide Promos */\r\n\r\n.nythpGiftguide h3.kicker {\r\n\r\n}\r\n\r\n.nythpGiftguide article .kicker, .nythpGiftguide .byline {\r\n\tdisplay: none;\r\n}\r\n\r\n.b-column .nythpGiftguide .image {\r\n\tmargin-top: -40px;\r\n}\r\n\r\n.nythpGiftguide .theme-news-headlines li:before {\r\n\tbackground: none;\r\n\tborder: none;\r\n}\r\n\r\n.nythpGiftguide .theme-news-headlines li {\r\n\tpadding-left: 0px;\r\n}\r\n\r\n.nythpGiftguide .refer li .refer-heading {\r\n\tfont-family: "nyt-franklin",arial,helvetica,sans-serif; \r\n\ttext-transform: uppercase; \r\n\tfont-size: 10px;\r\n\tfont-weight: 400;\r\n}\r\n\r\n.nythpGiftguide .story.theme-summary .story-heading {\r\n\tfont-size: 18px;\r\n\tline-height: 21px;\r\n\tfont-weight: 700;\r\n\tfont-family: "nyt-cheltenham",georgia,"times new roman",times,serif;\r\n}\n       </style>\n       <script>\n        require([\'foundation/main\'], function () {\r\n    require([\'jquery/nyt\', \'foundation/views/page-manager\'], function ($, pageManager) {\r\n        $(document).ready(function () {\r\n             \r\n              $("h3:contains(\'The Day Ahead\')").parent().addClass("nythpBriefings");\r\n              $("h3:contains(\'Holiday Gift Guide\')").parent().addClass("nythpGiftguide");\r\n\r\n        });\r\n    });\r\n});\n       </script>\n      </div>\n     </div>\n     <!-- close span-abc-region -->\n     <div class="span-ab-layout layout">\n      <div class="ab-column column">\n       <section class="top-news" id="top-news">\n        <h2 class="section-heading visually-hidden">\n         Top News\n        </h2>\n        <div class="wide-b-layout layout">\n         <div class="a-column column">\n          <div class="first-column-region region">\n           <div class="collection">\n            <article class="story theme-summary lede" data-collection-renderstyle="LedeSum" data-rank="0" data-story-id="100000003709284">\n             <h2 class="story-heading">\n              <a href="http://www.nytimes.com/2015/05/29/us/ex-house-speaker-j-dennis-hastert-indicted-on-federal-charges.html">\n               U.S. Accuses Hastert of Paying to Hide \xe2\u20ac\u02dcMisconduct\xe2\u20ac\u2122\n              </a>\n             </h2>\n             <p class="byline">\n              By MONICA DAVEY\n              <time class="timestamp" data-eastern-timestamp="9:09 PM" data-utc-timestamp="1432861742" datetime="2015-05-28">\n               9:09 PM ET\n              </time>\n             </p>\n             <p class="summary">\n              Dennis Hastert, the Illinois politician and former speaker of the House of Representatives, is accused of lying to the F.B.I. and structuring cash withdrawals to avoid bank reporting requirements.\n             </p>\n             <p class="theme-comments">\n              <a class="comments-link" href="http://www.nytimes.com/2015/05/29/us/ex-house-speaker-j-dennis-hastert-indicted-on-federal-charges.html?hp&amp;target=comments#commentsContainer">\n               <i class="icon sprite-icon comments-icon">\n               </i>\n               <span class="comment-count">\n                Comments\n               </span>\n              </a>\n             </p>\n            </article>\n           </div>\n           <hr class="single-rule"/>\n           <div class="collection">\n            <article class="story theme-summary" data-collection-renderstyle="HpSum" data-rank="0" data-story-id="100000003707855">\n             <h2 class="story-heading">\n              <a href="http://www.nytimes.com/2015/05/29/sports/soccer/sepp-blatter-fifa-corruption-soccer.html">\n               Shrugging, FIFA Members Are Set to Re-elect President\n              </a>\n             </h2>\n             <p class="byline">\n              By SAM BORDEN\n              <time class="timestamp" data-eastern-timestamp="11:22 PM" data-utc-timestamp="1432869720" datetime="2015-05-28">\n               11:22 PM ET\n              </time>\n             </p>\n             <p class="summary">\n              The scandal has not changed the strange electoral math of FIFA: Europe\xe2\u20ac\u2122s support of Prince Ali bin al-Hussein is outweighed by the support of many small countries for Sepp Blatter.\n             </p>\n             <p class="theme-comments">\n              <a class="comments-link" href="http://www.nytimes.com/2015/05/29/sports/soccer/sepp-blatter-fifa-corruption-soccer.html?hp&amp;target=comments#commentsContainer">\n               <i class="icon sprite-icon comments-icon">\n               </i>\n               <span class="comment-count">\n                Comments\n               </span>\n              </a>\n             </p>\n            </article>\n           </div>\n           <div class="collection headlines">\n            <h3 class="kicker collection-kicker">\n             Related Coverage\n            </h3>\n            <ul class="theme-news-headlines">\n             <li>\n              <article class="story" data-collection-renderstyle="HpHeadline" data-rank="0" data-story-id="100000003709206">\n               <h2 class="story-heading">\n                <i class="icon">\n                </i>\n                <a href="http://www.nytimes.com/2015/05/29/sports/us-soccer-will-support-blatter-rival-in-fifa-election.html">\n                 U.S. Soccer Will Support Blatter Rival in FIFA Election\n                </a>\n                <time class="timestamp" data-eastern-timestamp="9:13 PM" data-utc-timestamp="1432862010" datetime="2015-05-28">\n                 9:13 PM ET\n                </time>\n               </h2>\n              </article>\n             </li>\n             <li>\n              <article class="story" data-collection-renderstyle="HpHeadline" data-rank="1" data-story-id="100000003707865">\n               <h2 class="story-heading">\n                <i class="icon">\n                </i>\n                <a href="http://www.nytimes.com/2015/05/29/sports/vladimir-putin-fifa-corruption-soccer.html">\n                 Putin Denounces\nU.S. Over Arrests\n                </a>\n               </h2>\n              </article>\n             </li>\n            </ul>\n           </div>\n           <div class="collection headlines">\n            <ul class="theme-news-headlines">\n             <li>\n              <article class="story" data-collection-renderstyle="HpHeadline" data-rank="0" data-story-id="100000003709404">\n               <h2 class="story-heading">\n                <i class="icon">\n                </i>\n                <a href="http://www.nytimes.com/video/sports/soccer/100000003709404/sepp-blatters-embattled-fifa-presidency.html">\n                 <span class="icon video">\n                  Video\n                 </span>\n                 :  Blatter\xe2\u20ac\u2122s Embattled FIFA Presidency\n                </a>\n               </h2>\n              </article>\n             </li>\n            </ul>\n           </div>\n           <hr class="single-rule"/>\n           <div class="collection">\n            <article class="story theme-summary" data-collection-renderstyle="HpSum" data-rank="0" data-story-id="100000003708607">\n             <h2 class="story-heading">\n              <a href="http://www.nytimes.com/2015/05/29/world/middleeast/isis-alternates-stick-and-carrot-to-control-palmyra.html">\n               ISIS Plants Flag Atop Ancient Ruins, but Lets Them Stand\n              </a>\n             </h2>\n             <p class="byline">\n              By ANNE BARNARD and HWAIDA SAAD\n              <time class="timestamp" data-eastern-timestamp="9:03 PM" data-utc-timestamp="1432861426" datetime="2015-05-28">\n               9:03 PM ET\n              </time>\n             </p>\n             <p class="summary">\n              The seizure of Palmyra presents a new twist for the Islamic State: It is the first Syrian city the group has taken from the government, not from insurgents. Perhaps feeling less threatened, the militants are surprising some.\n             </p>\n             <p class="theme-comments">\n              <a class="comments-link" href="http://www.nytimes.com/2015/05/29/world/middleeast/isis-alternates-stick-and-carrot-to-control-palmyra.html?hp&amp;target=comments#commentsContainer">\n               <i class="icon sprite-icon comments-icon">\n               </i>\n               <span class="comment-count">\n                Comments\n               </span>\n              </a>\n             </p>\n            </article>\n           </div>\n           <div class="collection headlines">\n            <ul class="theme-news-headlines">\n             <li>\n              <div style="margin-top: -10px;">\n              </div>\n             </li>\n             <li>\n              <article class="story" data-collection-renderstyle="HpHeadline" data-rank="1" data-story-id="100000003708667">\n               <h2 class="story-heading">\n                <i class="icon">\n                </i>\n                <a href="http://www.nytimes.com/2015/05/29/world/middleeast/un-resolves-to-combat-plundering-of-antiquities-by-isis.html">\n                 U.N. to Combat Plundering of Antiquities by ISIS\n                </a>\n                <time class="timestamp" data-eastern-timestamp="9:09 PM" data-utc-timestamp="1432861791" datetime="2015-05-28">\n                 9:09 PM ET\n                </time>\n               </h2>\n              </article>\n             </li>\n            </ul>\n           </div>\n           <hr class="single-rule"/>\n           <div class="collection">\n            <article class="story theme-summary" data-collection-renderstyle="HpSum" data-rank="0" data-story-id="100000003699386">\n             <h2 class="story-heading">\n              <a href="http://www.nytimes.com/2015/05/29/world/africa/women-in-tunisia-tell-of-decades-of-police-cruelty-violence-and-rape.html">\n               Tunisia Digs Into\nDecades of Sexual\nViolence by Police\n              </a>\n             </h2>\n             <p class="byline">\n              By CARLOTTA GALL\n             </p>\n             <p class="summary">\n              In an Arab country where women\xe2\u20ac\u2122s rights had made advances, women are testifying about abuses under two dictatorships.\n             </p>\n            </article>\n           </div>\n          </div>\n          <!-- close first-column-region -->\n         </div>\n         <!-- close a-column -->\n         <div class="b-column column">\n          <div class="photo-spot-region region">\n           <div class="collection">\n            <article class="story theme-summary lede" data-collection-renderstyle="LargeMediaHeadlineSum" data-rank="0" data-story-id="100000003700474">\n             <figure class="media photo">\n              <div class="image">\n               <a href="http://www.nytimes.com/2015/05/31/magazine/the-secret-sadness-of-pregnancy-with-depression.html">\n                <img alt="" src="http://static01.nyt.com/images/2015/05/31/magazine/31pregnancy1/31mag-31pregnancy-t_CA2-largeHorizontal375.jpg"/>\n               </a>\n              </div>\n              <figcaption class="caption" itemprop="description">\n               <span class="caption-text">\n                For some women the anxiety of expected motherhood can be fatal.\n               </span>\n               <span class="credit" itemprop="copyrightHolder">\n                <span class="visually-hidden">\n                 Credit\n                </span>\n                Carla van de Puttelaar for The New York Times\n               </span>\n              </figcaption>\n             </figure>\n             <h3 class="kicker">\n              From the Magazine\n             </h3>\n             <h2 class="story-heading">\n              <a href="http://www.nytimes.com/2015/05/31/magazine/the-secret-sadness-of-pregnancy-with-depression.html">\n               The Pain of Pregnancy With Depression\n              </a>\n             </h2>\n             <p class="byline">\n              By ANDREW SOLOMON\n             </p>\n             <p class="summary">\n              Pregnant women often fear taking the antidepressants they rely on. But not treating their mental illness can be just as dangerous.\n             </p>\n             <p class="theme-comments">\n              <a class="comments-link" href="http://www.nytimes.com/2015/05/31/magazine/the-secret-sadness-of-pregnancy-with-depression.html?hp&amp;target=comments#commentsContainer">\n               <i class="icon sprite-icon comments-icon">\n               </i>\n               <span class="comment-count">\n                Comments\n               </span>\n              </a>\n             </p>\n            </article>\n           </div>\n          </div>\n          <!-- close photo-spot-region -->\n          <hr class="scotch-rule"/>\n          <div class="second-column-region region">\n           <div class="collection">\n            <article class="story theme-summary" data-collection-renderstyle="HpSumSmallMediaHigh" data-rank="0" data-story-id="100000003708989">\n             <h2 class="story-heading">\n              <a href="http://www.nytimes.com/2015/05/29/us/james-holmess-notebook-and-insanity-debate-at-aurora-shooting-trial.html">\n               Killer\xe2\u20ac\u2122s Notes: Detailed Plans vs. \xe2\u20ac\u02dca Whole Lot of Crazy\xe2\u20ac\u2122\n              </a>\n             </h2>\n             <div class="thumb">\n              <a href="http://www.nytimes.com/2015/05/29/us/james-holmess-notebook-and-insanity-debate-at-aurora-shooting-trial.html">\n               <img alt="" src="http://static01.nyt.com/images/2015/05/29/us/Aurora/Aurora-thumbStandard.jpg"/>\n              </a>\n             </div>\n             <p class="byline">\n              By JACK HEALY\n             </p>\n             <p class="summary">\n             </p>\n            </article>\n           </div>\n          </div>\n         </div>\n        </div>\n       </section>\n      </div>\n     </div>\n    </main>\n   </div>\n  </div>\n </body>\n</html>'

In [6]:
title_unicode = soup.find("title").contents[0]
title_unicode


Out[6]:
u'The New York Times - Breaking News, World News & Multimedia'

In [7]:
# from unicode to utf-8
title_unicode.encode('utf-8')


Out[7]:
'The New York Times - Breaking News, World News & Multimedia'