diff options
author | erikchen <erikchen@chromium.org> | 2015-02-13 16:14:11 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-14 00:15:01 +0000 |
commit | a4f7c8614ff9cb6fca787635fc45a13c9655beef (patch) | |
tree | 347d63d781f775d99de82868fd36a7f980924e3b | |
parent | e07469c9746de915c9cd3ff3a99b4cbe01c484aa (diff) | |
download | chromium_src-a4f7c8614ff9cb6fca787635fc45a13c9655beef.zip chromium_src-a4f7c8614ff9cb6fca787635fc45a13c9655beef.tar.gz chromium_src-a4f7c8614ff9cb6fca787635fc45a13c9655beef.tar.bz2 |
telemetry: Create a safe url generator.
The URLs are used to generate fake Chromium profiles.
BUG=
Review URL: https://codereview.chromium.org/918893002
Cr-Commit-Position: refs/heads/master@{#316340}
3 files changed, 4024 insertions, 0 deletions
diff --git a/tools/perf/profile_creators/profile_safe_url_generator.py b/tools/perf/profile_creators/profile_safe_url_generator.py new file mode 100644 index 0000000..8cae1b9 --- /dev/null +++ b/tools/perf/profile_creators/profile_safe_url_generator.py @@ -0,0 +1,88 @@ +# Copyright 2015 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import HTMLParser +import json +import logging +import urllib2 +import urlparse + + +class _HRefParser(HTMLParser.HTMLParser): + def __init__(self): + HTMLParser.HTMLParser.__init__(self) + self.hrefs = [] + + def handle_starttag(self, tag, attrs): + if tag == "a": + for name, value in attrs: + if name == "href": + self.hrefs.append(value) + + +def GenerateSafeUrls(): + """Prints a list of safe urls. + + Generates a safe list of urls from a seed list. Each href in the HTML + fetched from the url from the seed list is placed into the safe list. The + safe list contains unsanitized urls. + """ + # A list of websites whose hrefs are unlikely to link to sites that contain + # malware. + seed_urls = [ + "https://www.cnn.com", + "https://www.youtube.com", + "https://www.facebook.com", + "https://www.twitter.com", + "https://www.yahoo.com", + "https://www.amazon.com", + "https://www.wikipedia.com", + "https://www.bing.com", + "https://www.dailymotion.com", + "https://www.stackoverflow.com", + "https://www.google.com/#q=dumpling", + "http://www.baidu.com/s?wd=rice", + "http://www.baidu.com/s?wd=cow", + "https://www.google.com/#q=fox", + "http://www.yahoo.co.jp/", + "http://www.yandex.ru/", + "https://www.imdb.com/", + "http://www.huffingtonpost.com/", + "https://www.deviantart.com/", + "http://www.wsj.com/", + ] + + safe_urls = set() + + for url in seed_urls: + try: + # Fetch and parse the HTML. + response = urllib2.urlopen(url) + encoding = response.headers.getparam('charset') + html = response.read() + if encoding: + html = html.decode(encoding) + + parser = _HRefParser() + parser.feed(html) + except: + logging.exception("Error fetching or parsing url: %s", url) + raise + + # Looks for all hrefs. + for relative_url in parser.hrefs: + if not relative_url: + continue + + absolute_url = urlparse.urljoin(url, relative_url) + safe_urls.add(absolute_url) + + # Sort the urls, to make them easier to view in bulk. + safe_urls_list = list(safe_urls) + safe_urls_list.sort() + + print json.dumps(safe_urls_list, indent=2, separators=(",", ":")) + +if __name__ == "__main__": + GenerateSafeUrls() diff --git a/tools/perf/profile_creators/profile_safe_url_list.json b/tools/perf/profile_creators/profile_safe_url_list.json new file mode 100644 index 0000000..195f97d --- /dev/null +++ b/tools/perf/profile_creators/profile_safe_url_list.json @@ -0,0 +1,3912 @@ +[ + "http://abcnews.go.com/", + "http://abcnews.go.com/blogs/politics/george-stephanopoulos", + "http://about.deviantart.com/", + "http://about.deviantart.com/advertising/", + "http://about.deviantart.com/advertising/adcast", + "http://about.deviantart.com/contact/", + "http://about.deviantart.com/policy/copyright/", + "http://about.deviantart.com/policy/etiquette/", + "http://about.deviantart.com/policy/privacy/", + "http://about.deviantart.com/policy/service/", + "http://academia.stackexchange.com/questions/38619/why-are-professors-websites-so-ugly", + "http://academia.stackexchange.com/questions/38717/how-useful-are-solo-papers", + "http://ad.doubleclick.net/ddm/clk/285991468;111620318;k", + "http://ad.doubleclick.net/ddm/clk/285992548;112853330;n", + "http://adinfo.aol.com/about-our-ads/", + "http://adorael.deviantart.com/art/Sacred-Stone-Dragon-Outcast-Odyssey-contest-entry-509693624", + "http://advertising.aol.com/brands/huffington-post", + "http://advertising.dailymotion.com/", + "http://advertising.yandex.ru/?from=main_bottom", + "http://advertising.yandex.ru/welcome/?from=maintest_ru_generatorprodag", + "http://amazonlocal.com/", + "http://aphantopus.deviantart.com/art/First-light-513471615", + "http://arslanalp.deviantart.com/art/pole-513480858", + "http://arteski.deviantart.com", + "http://arteski.deviantart.com?connect", + "http://artrock15.deviantart.com/", + "http://artrock15.deviantart.com/critique/1152022078/", + "http://askubuntu.com/questions/584688/how-can-i-get-the-monitor-resolution-using-the-command-line", + "http://askubuntu.com/questions/584726/vs-for-running-programs-under-terminal", + "http://auto.yandex.ru/?from=morda&_openstat=yandex_c_b;title;vned5y;earalr5y_c_b_2", + "http://auto.yandex.ru/search?body_type=ALLROAD&year_from=2008&from=morda&_openstat=yandex_c_b;text;vned5y;earalr5y_c_b_2", + "http://autos.yahoo.com/news/2016-chevrolet-camaro-revealed-gm-presentation-2015-chicago-181052375.html", + "http://autos.yahoo.com/news/fords-explorer-police-interceptor-utility-gets-stealthy-2016-221016963.html", + "http://autos.yahoo.com/photos/2016-honda-pilot-first-look-1423756970-slideshow/", + "http://aviation.stackexchange.com/questions/12619/why-do-airports-have-to-close-in-bad-weather", + "http://aws.amazon.com/what-is-cloud-computing/?sc_channel=EL&sc_campaign=amazonfooter", + "http://baseball.fantasysports.yahoo.com/b1", + "http://behindinfinity.deviantart.com/art/Big-Hero-6-Let-s-Take-The-Stairs-513014272", + "http://bigcharts.marketwatch.com/", + "http://bleacherreport.com/articles/2324784-osu-qb-cardale-jones-visits-kids-in-hospital-dominates-them-in-video-games?utm_source=cnn.com&utm_medium=referral&utm_campaign=editorial", + "http://bleacherreport.com/articles/2350816-johnny-manziel-enters-rehab-program-latest-details-comments-and-reaction?utm_source=cnn.com&utm_medium=referral&utm_campaign=editorial", + "http://bleacherreport.com/articles/2361556-charles-barkley-comments-on-role-of-advanced-statistics-analytics-in-nba?utm_source=cnn.com&utm_medium=referral&utm_campaign=cnn-sports-bin", + "http://bleacherreport.com/articles/2362125-anthony-mason-hospitalized-latest-updates-on-former-knicks-condition?utm_source=cnn.com&utm_medium=referral&utm_campaign=cnn-sports-bin", + "http://bleacherreport.com/articles/2362125-anthony-mason-hospitalized-latest-updates-on-former-knicks-condition?utm_source=cnn.com&utm_medium=referral&utm_campaign=editorialNotes", + "http://bleacherreport.com/articles/2362356-past-meets-present-watch-these-nba-legends-transform-into-current-all-stars?utm_source=cnn.com&utm_medium=referral&utm_campaign=cnn-sports-bin", + "http://bleacherreport.com/articles/2362701-bill-walton-calls-michael-jordans-athleticism-average-during-broadcast?utm_source=cnn.com&utm_medium=referral&utm_campaign=cnn-sports-bin", + "http://bleacherreport.com/articles/2362701-bill-walton-calls-michael-jordans-athleticism-average-during-broadcast?utm_source=cnn.com&utm_medium=referral&utm_campaign=editorial", + "http://bleacherreport.com/articles/2362978-startling-image-of-fenway-park-in-3-feet-of-snow-shows-scale-of-boston-snowstorm?utm_source=cnn.com&utm_medium=referral&utm_campaign=cnn-sports-bin", + "http://bleacherreport.com/articles/2363335-aj-johnson-michael-williams-indicted-in-rape-case-latest-details-comments?utm_source=cnn.com&utm_medium=referral&utm_campaign=editorial", + "http://bleacherreport.com?utm_source=cnn.com&utm_medium=referral&utm_campaign=editorial", + "http://blog.dailymotion.com/en", + "http://blog.foreignpolicy.com/", + "http://blog.stackoverflow.com", + "http://blog.stackoverflow.com/2009/06/attribution-required/", + "http://blog.stackoverflow.com?blb=1", + "http://blog.yandex.ru", + "http://bloggingheads.tv/", + "http://blogs.reuters.com/felix-salmon/", + "http://blogs.reuters.com/jackshafer/", + "http://blogs.wsj.com/?mod=WSJ_formfactor", + "http://blogs.wsj.com/atwork/2015/02/12/how-we-fell-in-love-at-the-office/?mod=WSJ_hpp_sections_lifestyle", + "http://blogs.wsj.com/briefly/2015/02/11/what-would-it-take-to-trigger-a-grexit-the-short-answer/", + "http://blogs.wsj.com/briefly/2015/02/12/5-five-things-to-know-about-the-ukraine-truce-deal/", + "http://blogs.wsj.com/cfo/2015/02/10/coca-cola-wont-turn-back-on-venezuela-sinkhole/?mod=WSJ_hpp_sections_cfo", + "http://blogs.wsj.com/cfo/2015/02/11/teva-finds-likely-fcpa-violations/?mod=WSJ_hpp_sections_cfo", + "http://blogs.wsj.com/cfo/2015/02/12/four-things-to-know-about-working-overseas/?mod=WSJ_hpp_sections_cfo", + "http://blogs.wsj.com/cio/2015/02/11/analytics-predict-which-patients-will-suffer-post-surgical-infections/?mod=WSJ_hpp_sections_cio", + "http://blogs.wsj.com/cio/2015/02/11/cybersecurity-info-sharing-draws-many-players-little-clarity/?mod=WSJ_hpp_sections_cio", + "http://blogs.wsj.com/cio/2015/02/12/del-monte-cio-vows-never-to-purchase-another-server-in-cloud-push/?mod=WSJ_hpp_sections_cio", + "http://blogs.wsj.com/digits/2015/02/12/xiaomi-will-enter-u-s-sort-of/?mod=WSJ_hpp_sections_tech", + "http://blogs.wsj.com/economics/2015/02/10/small-businesses-are-still-confident-and-hiring/?mod=WSJ_hpp_sections_smallbusiness", + "http://blogs.wsj.com/experts/2015/02/12/the-high-price-of-cheating-financially-on-your-spouse/", + "http://blogs.wsj.com/experts/2015/02/12/the-shrinking-future-for-active-managers/", + "http://blogs.wsj.com/japanrealtime/2015/02/10/japan-ministry-gets-serious-about-getting-employees-to-work-less/?mod=WSJ_hpp_sections_careerjournal", + "http://blogs.wsj.com/moneybeat/2015/02/12/what-the-costco-amex-split-means-for-shoppers/", + "http://blogs.wsj.com/moneybeat/2015/02/12/what-the-costco-amex-split-means-for-shoppers/?mod=WSJ_hpp_sections_yourmoney", + "http://blogs.wsj.com/moneybeat/?mod=WSJ_hpp_marketdata", + "http://blogs.wsj.com/riskandcompliance/2015/02/12/corruption-currents-senate-gop-delays-lynch-nomination-vote-amid-hsbc-news/?mod=WSJ_hpp_sections_riskcompliance", + "http://blogs.wsj.com/riskandcompliance/2015/02/12/two-u-k-printing-company-executives-sentenced-in-bribery-case/?mod=WSJ_hpp_sections_riskcompliance", + "http://blogs.wsj.com/riskandcompliance/2015/02/12/u-s-congress-proposes-bill-applying-sanctions-to-corruption/?mod=WSJ_hpp_sections_riskcompliance", + "http://blogs.wsj.com/totalreturn/2015/02/12/is-a-roboadviser-right-for-you/", + "http://blogs.wsj.com/totalreturn/2015/02/12/is-a-roboadviser-right-for-you/?mod=WSJ_hpp_sections_yourmoney", + "http://blogs.wsj.com/totalreturn/2015/02/12/lessons-learned-with-stocks-up-60-from-the-precrash-high/?mod=WSJ_hpp_sections_yourmoney", + "http://blogs.wsj.com/washwire/2015/02/12/capital-journal-debate-opens-on-new-war-powers-why-2016-hopefuls-dodge-ukraine-cease-fire-deal-reached/", + "http://boingboing.net/", + "http://boxtail.deviantart.com/art/Dreamy-smoothy-lips-513448791", + "http://buzzmachine.com/", + "http://cache.baiducontent.com/c?m=9d78d513d9831afe0ff9d33e53198d205f1697624fcacd432485d55f93130a1d5a26b8ea70&p=ce60c54ad5c241ee06bccc2d0214c6&newp=8b2a970e94934eac59ed8f6d490a91231610db2151ddd4113496&user=baidu&fm=sc&query=rice&qid=ba138caa00156672&p1=10", + "http://cache.baiducontent.com/c?m=9d78d513d9831afe0ff9d33e53198d205f1697624fcacd503a918448e42400101071e3cc70745719&p=882a9644d79917f40be29662535991&newp=c06ad2079c8912a05abd9b7d0c1789231610db2151d7db14&user=baidu&fm=sc&query=rice&qid=ba138caa00156672&p1=2", + "http://cache.baiducontent.com/c?m=9d78d513d9921cea4caad420024c91205b43811021ca864e2e928448e435075c163ba6&p=977bd316d9c12dfa08e2977f0f40c4&newp=8b2a971d89934eac59efde3f530dc4231610db2151d3d013278b&user=baidu&fm=sc&query=cow&qid=c8c9c0950015d5b1&p1=6", + "http://cache.baiducontent.com/c?m=9f65cb4a8c8507ed4fece76310408c375f438014668f87492a8ac809c9735b36163bbca6623f415996d1393a41f9460db7b5&p=8d759a46d1c000fc57efc823504c81&newp=85778b1399904ead49bd9b7d0a1597231610db2151d7d5166e&user=baidu&fm=sc&query=cow&qid=c8c9c0950015d5b1&p1=7", + "http://cache.baiducontent.com/c?m=9f65cb4a8c8507ed4fece76310418b711923c538658c9242298fc05f93130601127ba6e07e790d6488942b7344f2090ae5b06d2360&p=92769a478d9e52e408e297781654&newp=c4578315d9c047b703be9b7c1b4c92695c16ed603acf8b&user=baidu&fm=sc&query=rice&qid=ba138caa00156672&p1=8", + "http://cache.baiducontent.com/c?m=9f65cb4a8c8507ed4fece76310418b711923c538658c9242298fc05f93130601127ba6e07e790d758e8068225cef1f53bbad73&p=8d759a46d6c800fc57efc823504c81&newp=85778b1399904ead49bd9b7d0d1d97231610db2151d7d21e6e&user=baidu&fm=sc&query=cow&qid=c8c9c0950015d5b1&p1=8", + "http://cache.baiducontent.com/c?m=9f65cb4a8c8507ed4fece7631053803a401397634b87834e29938448e435061e5a22b8ec623f150ed3c57b6606ab4959bcf1367435522ab19dcddf1ed7ec852858d2616b2e08c31c528516fe9603&p=8d759a46d0c700fc57efc823504c81&newp=85778b1399904ead49bd9b7d0b1297231611d73f6590cf512496fe4e9675&user=baidu&fm=sc&query=cow&qid=c8c9c0950015d5b1&p1=10", + "http://cache.baiducontent.com/c?m=9f65cb4a8c8507ed4fece763105392230e54f732619790422187d51fd2390f041426f4bb507f5051ced1393a41f9460db7b5&p=8d759a46d7c000fc57efc823504c81&newp=85778b1399904ead49bd9b7d0c1597231610db2151d4d304&user=baidu&fm=sc&query=cow&qid=c8c9c0950015d5b1&p1=5", + "http://cache.baiducontent.com/c?m=9f65cb4a8c8507ed4fece763105392230e54f7386d8c804668d4e419ce3b46101a23feaf627f5052dc942122&p=8d759a46d1c300fc57efc823504c81&newp=85778b1399904ead49bd9b7d0a1697231610db2151d4d3156e&user=baidu&fm=sc&query=cow&qid=c8c9c0950015d5b1&p1=4", + "http://caitlinworthington.deviantart.com/", + "http://caltha-stock.deviantart.com/", + "http://caltha-stock.deviantart.com/art/Mountains-04-507500984", + "http://celebrity.yahoo.com/blogs/celeb-news/will-smith-is-a-liar-212958998.html", + "http://celebrity.yahoo.com/news/kim-kardashian-says-shes-happy-she-chopped-her-024500040-us-weekly.html", + "http://chat.deviantart.com/", + "http://chat.stackoverflow.com", + "http://claparo-sans.deviantart.com/art/The-summoner-513547275", + "http://classifieds.wsj.com?mod=WSJ_footer", + "http://classroom.wsj.com/", + "http://cn.wsj.com/gb/index.asp", + "http://cnn.it/go", + "http://cnnnewsource.com", + "http://codegolf.stackexchange.com/questions/45589/morra-the-noble-game-of-kings", + "http://company.yandex.com/", + "http://company.yandex.ru", + "http://company.yandex.ru/job/vacancies/", + "http://cosmicnya.deviantart.com/", + "http://creativecommons.org/licenses/by-sa/3.0/", + "http://critiques.deviantart.com", + "http://crooksandliars.com/", + "http://dailycaller.com/", + "http://dailykos.com/", + "http://dailynews.yahoo.co.jp/fc/domestic/aum/?id=6149523", + "http://dailynews.yahoo.co.jp/fc/domestic/defence_policy/?id=6149513", + "http://dailynews.yahoo.co.jp/fc/domestic/japanese_history/?id=6149507", + "http://dailynews.yahoo.co.jp/fc/domestic/political_fund/?id=6149521", + "http://dailynews.yahoo.co.jp/fc/economy/bankruptcy/?id=6149528", + "http://dailynews.yahoo.co.jp/fc/economy/petroleum/?id=6149519", + "http://dailynews.yahoo.co.jp/fc/economy/work_life_balance/?id=6149527", + "http://dailynews.yahoo.co.jp/fc/sports/boxing/?id=6149512", + "http://daringfireball.net/", + "http://data.stackexchange.com", + "http://demonlife.deviantart.com/art/Battle-513475032", + "http://dena-gray.deviantart.com/", + "http://depthradius.deviantart.com/gallery/51277529/Zeitgeist", + "http://depthradius.deviantart.com/gallery/51442382/Collections", + "http://developer.dailymotion.com", + "http://developer.dailymotion.com/documentation#graph-api", + "http://developer.dailymotion.com/documentation#player-api", + "http://deviantart.theresumator.com/apply/", + "http://digbysblog.blogspot.com/", + "http://dish.andrewsullivan.com/", + "http://dj.wsj.com/hub?mod=WSJ_Hat", + "http://dj.wsj.com/rt/pages/dash?mod=ProdX_MktgHub", + "http://djx.wsj.com?mod=ProdX_MktgHub", + "http://dreamingrealmspaint.deviantart.com", + "http://dreamingrealmspaint.deviantart.com?connect", + "http://drudgereport.com/", + "http://ds.wsj.com/wsjportfolio/portfolio?cmd=mainwindow&mod=wsj_portold_foot", + "http://ebrusidarportrait.deviantart.com/", + "http://ebrusidarportrait.deviantart.com/art/Buried-memories-483267793", + "http://eduardo-pena.deviantart.com/art/Raphael-Adolini-1715-513441150", + "http://elections.huffingtonpost.com/", + "http://elections.huffingtonpost.com/pollster", + "http://elenadudina.deviantart.com/", + "http://ell.stackexchange.com/questions/49566/has-me-and-the-wife-in-fits-every-time", + "http://ell.stackexchange.com/questions/49615/why-do-you-always-go-down-the-street", + "http://emacs.stackexchange.com/questions/8188/mode-line-in-title-bar", + "http://emacs.stackexchange.com/questions/8197/how-can-init-file-tell-if-running-under-x11", + "http://emptee182.deviantart.com/art/Day-7-Take-you-home-512650965", + "http://engineering.stackexchange.com/questions/637/to-what-degree-are-structural-engineers-liable-for-catastrophic-errors", + "http://english.stackexchange.com/questions/226736/whats-a-less-offensive-substitute-for-rep-whores", + "http://english.stackexchange.com/questions/227211/a-fatal-accident-vs-a-fateful-accident", + "http://enigma-fotos.deviantart.com/art/Jewels-513077670", + "http://espn.go.com/espn/feature/story/_/id/12289603/how-former-nba-star-charles-barkley-became-role-model", + "http://everything.yahoo.com/", + "http://evil-fx.deviantart.com/art/The-Didact-513431108", + "http://exphrasis.deviantart.com/art/The-Fall-495978118", + "http://features.aol.com/video/heron-walks-water?icid=maing-grid7|maing17|dl33|sec1_lnk2%26pLid%3D611662", + "http://feedback.yahoo.com/forums/206380-us-homepage", + "http://feedback2.yandex.ru/default/", + "http://finance.yahoo.com", + "http://finance.yahoo.com/", + "http://finance.yahoo.com/news/american-express-to-lose-costco-exclusivity-143845780.html", + "http://finance.yahoo.com/news/chris-christie-accused-blocking-casino-212600782.html", + "http://finance.yahoo.com/news/couple-set-aside-half-income-180000701.html", + "http://finance.yahoo.com/q?s=^DJI", + "http://finance.yahoo.com/q?s=^GSPC", + "http://finance.yahoo.com/q?s=^IXIC", + "http://firedoglake.com/", + "http://fivethirtyeight.com/", + "http://fivethirtyeight.com/contributors/nate-silver/", + "http://flutterbat99.deviantart.com", + "http://flutterbat99.deviantart.com?connect", + "http://football.fantasysports.yahoo.com/?ovchn=YAH&ovcpn=Front+Page&ovcrn=Front+page+P+Link+Nav+button&ovrfd=YAH&ovtac=AD", + "http://forum.deviantart.com/", + "http://fotki.yandex.ru/", + "http://freebeacon.com/", + "http://fresh.amazon.com", + "http://galileon.deviantart.com/art/Dragon-puppet-513493290", + "http://games.dailymotion.com", + "http://gertrudisesmeraldina.deviantart.com/", + "http://gertrudisesmeraldina.deviantart.com/favourites/62252297/kelogsloops", + "http://gis.stackexchange.com/questions/134233/prevent-arcpy-append-from-crashing-if-data-is-too-long-for-field", + "http://gliitchlord.deviantart.com/art/valentin-513394845", + "http://globalvoicesonline.org/", + "http://go.microsoft.com/?linkid=9844325", + "http://go.microsoft.com/fwlink/?LinkID=246338&CLCID=0409", + "http://go.microsoft.com/fwlink/?LinkID=286759&CLCID=409", + "http://go.microsoft.com/fwlink/?LinkId=248686&CLCID=0409", + "http://gothamist.com/", + "http://gretlusky.deviantart.com/art/You-are-toxic-512447425", + "http://greyhues.deviantart.com/art/12-02-15ch-513505419", + "http://groups.deviantart.com", + "http://gugaamaral.deviantart.com", + "http://gugaamaral.deviantart.com?connect", + "http://headlines.yahoo.co.jp/hl?a=20150213-00000009-jij_afp-int.view-000", + "http://help.baidu.com/question", + "http://help.deviantart.com/", + "http://help.wsj.com/customer-service/?mod=WSJ_footer", + "http://help.yandex.ru/", + "http://home.yandex.ru/?from=prov_main", + "http://hotlineblog.nationaljournal.com/", + "http://ie8.smoothfusion.com/WallStreetJournal/view.aspx", + "http://image.baidu.com/i?tn=baiduimage&ct=201326592&lm=-1&cl=2&word=rice&&fr=ala&ori_query=rice&ala=0&alatpl=sp&pos=3", + "http://image.baidu.com/i?tn=baiduimage&ct=201326592&lm=-1&cl=2&word=rice&fr=ala&ori_query=rice&ala=0&alatpl=sp&pos=0", + "http://image.baidu.com/i?tn=baiduimage&ps=1&ct=201326592&lm=-1&cl=2&nc=1&ie=utf-8&word=cow", + "http://image.baidu.com/i?tn=baiduimage&ps=1&ct=201326592&lm=-1&cl=2&nc=1&ie=utf-8&word=rice", + "http://indo.wsj.com/home-page?_wsjregion=asia,indo&_homepage=/home/indo", + "http://ineedchemicalx.deviantart.com/art/Mr-Blue-Sky-513487161", + "http://info.shinsai.yahoo.co.jp/department/", + "http://info.yahoo.com/", + "http://info.yahoo.com/privacy/us/yahoo/relevantads.html", + "http://inhealth.cnn.com/breathing-easier-with-copd/chronic-lung-disease-starting-an-exercise-plan?did=t1_rss1d", + "http://inhealth.cnn.com/coping-with-an-hiv-diagnosis/managing-hiv-and-drug-abuse?did=t1_rss1d", + "http://inhealth.cnn.com/taking-control-of-ra/9-questions-to-ask-your-doctor-about-ra-treatments?did=t1_rss5", + "http://inhealth.cnn.com/treating-advanced-melanoma/where-melanoma-spreads?did=t1_rss1d", + "http://inhealth.cnn.com/your-guide-to-ms/treatment-options-for-multiple-sclerosis?did=t1_rss1d", + "http://inhealth.cnn.com/your-guide-to-psoriatic-arthritis/10-things-to-know-about-psoriatic-arthritis/?did=t1_rss1d", + "http://itunes.apple.com/us/app/the-huffington-post/id306621789?mt=8", + "http://itunes.apple.com/us/app/the-wall-street-journal./id364387007?mt=8", + "http://jalopnik.com/why-are-the-feds-obsessed-with-seizing-these-peoples-ol-1672381729", + "http://jobs.dailymotion.com/en/home", + "http://jp.wsj.com/home-page?_wsjregion=asia,jp&_homepage=/home/jp", + "http://kaz-d.deviantart.com/", + "http://kaz-d.deviantart.com/journal/Valentine-Heart-Contest-512881000", + "http://kdp.amazon.com/", + "http://kelogsloops.deviantart.com/art/Decadence-495009886", + "http://kelogsloops.deviantart.com/art/Fade-into-Serenity-501215715", + "http://kelogsloops.deviantart.com/art/Frozen-Elsa-433803923", + "http://kelogsloops.deviantart.com/art/Jimi-Hendrix-462680914", + "http://kelogsloops.deviantart.com/art/Maleficent-435549277", + "http://kelogsloops.deviantart.com/art/Mind-Like-a-River-II-430140741", + "http://kelogsloops.deviantart.com/art/Senescence-496321282", + "http://kelogsloops.deviantart.com/art/Soar-486128853", + "http://kelogsloops.deviantart.com/art/The-Cloudbreaker-500020354", + "http://kelogsloops.deviantart.com/art/The-Frost-Witch-368812031", + "http://kelogsloops.deviantart.com/art/The-Red-Hood-454431921", + "http://kelogsloops.deviantart.com/art/To-Wander-in-Wonderland-166439322", + "http://kelogsloops.deviantart.com/art/Yin-and-Yang-426657979", + "http://kelogsloops.deviantart.com/art/namine-s-mirror-161128497", + "http://kelogsloops.deviantart.com/art/night-time-necromancy-279732208", + "http://kelogsloops.deviantart.com/art/the-lady-of-white-343788404", + "http://kershurt.deviantart.com", + "http://kershurt.deviantart.com?connect", + "http://kr.wsj.com/home-page?_wsjregion=asia,kr&_homepage=/home/kr", + "http://krmenxa.deviantart.com/", + "http://krugman.blogs.nytimes.com/", + "http://l.deviantart.com/", + "http://landscapes-flake.deviantart.com/", + "http://liamsharp.deviantart.com/", + "http://live.huffingtonpost.com/", + "http://live.huffingtonpost.com/r/segment/54cffbb5fe344430ed000b3d", + "http://live.huffingtonpost.com/r/segment/54da824702a76071dd00012a", + "http://live.huffingtonpost.com/r/segment/54da8463fe34448b0500010a", + "http://live.huffingtonpost.com/r/segment/54da84a6fe3444de5100012a", + "http://live.huffingtonpost.com/r/segment/54da84ea2b8c2ab8b9000163", + "http://live.wsj.com", + "http://live.wsj.com/?category=markets", + "http://live.wsj.com/?category=news hub am", + "http://live.wsj.com/?category=opinion", + "http://live.wsj.com/video/finance-ministers-fail-to-reach-greek-debt-deal/C0AB5845-3EBD-4BDB-94E7-87A042042280.html", + "http://loco.yahoo.co.jp/feature/terracehouse", + "http://lucky978.deviantart.com/art/42-Don-t-Drop-Me-513308954", + "http://m.huffingtonpost.com", + "http://m.imdb.com?ref_=ft_mdot", + "http://m.twitter.com", + "http://madizzlee.deviantart.com/", + "http://madizzlee.deviantart.com/journal/Outcast-Odyssey-Card-Master-Challenge-Winners-513277947", + "http://mandelwerk.deviantart.com/art/Tycho-Brahes-Cosmological-Cranium-513413758", + "http://map.baidu.com", + "http://map.baidu.com/m?word=cow&fr=ps01000", + "http://map.baidu.com/m?word=rice&fr=ps01000", + "http://maps.yandex.ru", + "http://maps.yandex.ru/", + "http://maps.yandex.ru/?index&ll=43.506343%2C55.219296&spn=22.434082%2C7.001578&z=6&l=map%2Cstv%2Csta&hint=zaglpano", + "http://market.yandex.ru/?clid=505", + "http://market.yandex.ru/?clid=506", + "http://market.yandex.ru/catalog?hid=7811873&clid=514&utm_source=face&utm_medium=cpc&utm_term=womenclothes&utm_campaign=world", + "http://markets.wsj.com/us", + "http://markets.wsj.com/us?mod=WSJ_hpp_marketdata", + "http://markmchaley.deviantart.com/", + "http://marx77.deviantart.com/", + "http://math.stackexchange.com/questions/1145283/prove-the-cuberoot-of-2-is-irrational", + "http://mediamatters.org/", + "http://messenger.yahoo.com", + "http://meta.stackoverflow.com", + "http://metrika.yandex.ru/", + "http://mobile.nytimes.com/2015/02/13/opinion/hillary-clinton-and-bill-frist-on-health-care-for-americas-kids.html?referrer=", + "http://money.cnn.com/2015/02/10/technology/anonymous-isis-hack-twitter/index.html", + "http://money.cnn.com/2015/02/10/technology/oneplus-one-phone/index.html", + "http://money.cnn.com/2015/02/10/technology/tim-cook-apple-watch/index.html", + "http://money.cnn.com/2015/02/11/technology/driverless-car-uk/index.html", + "http://money.cnn.com/2015/02/12/investing/apple-microsoft-stocks-bridgewater/index.html?iid=Lead", + "http://money.cnn.com/2015/02/12/media/brian-williams-investigation-questions/index.html", + "http://money.cnn.com/2015/02/12/news/economy/future-car/index.html?iid=HP_LN", + "http://money.cnn.com/2015/02/12/pf/americans-expat-citizenship-passports/index.html", + "http://money.cnn.com/2015/02/12/technology/facebook-legacy-contact/index.html", + "http://money.cnn.com/2015/02/12/technology/living-without-cell-phone/index.html", + "http://money.cnn.com/2015/02/12/technology/security/microsoft-jasbug/index.html", + "http://money.cnn.com/?xid=cnn_hp_marketbox", + "http://money.cnn.com/gallery/autos/2015/02/10/greenest-cars/index.html", + "http://money.cnn.com/infographic/technology/what-dating-app-is-right-for-you/index.html", + "http://money.cnn.com/magazines/fortune/", + "http://money.cnn.com/technology/love-inc/?autoplay=1&playvid=4", + "http://money.cnn.com/technology/most-innovative-cities/", + "http://moonbeam13.deviantart.com/", + "http://moonbeam13.deviantart.com/journal/Celebrating-Deviousness-February-2015-510602757", + "http://moviefone.com", + "http://movies.stackexchange.com/questions/31021/hollywood-movie-where-a-person-takes-different-roles-but-escapes-most-of-time", + "http://music.baidu.com/search?fr=ps&ie=utf-8&key=cow", + "http://music.baidu.com/search?fr=ps&ie=utf-8&key=rice", + "http://my.yahoo.com?mkg=015", + "http://nebezial.deviantart.com/art/rat-queens-issue-9-first-look-512979736", + "http://ner-tamin.deviantart.com/art/Till-the-end-of-time-513507144", + "http://new.dowjones.com/factiva/?link=djcom_factiva_o_hsad2_5jun14", + "http://news.baidu.com", + "http://news.baidu.com/ns?cl=2&rn=20&tn=news&word=cow", + "http://news.baidu.com/ns?cl=2&rn=20&tn=news&word=rice", + "http://news.google.com/", + "http://news.yahoo.co.jp/fc", + "http://news.yahoo.co.jp/list/?d=20150213&mc=f&mp=f", + "http://news.yahoo.com/", + "http://news.yahoo.com/22-marines-hurt-california-training-accident-015551865.html", + "http://news.yahoo.com/4-old-loses-part-leg-police-dog-attack-234151306.html", + "http://news.yahoo.com/alabama-countys-refusal-wed-gays-goes-federal-court-205622733.html", + "http://news.yahoo.com/body-american-sniper-kyle-surrounded-weapons-ranger-testifies-173718636.html", + "http://news.yahoo.com/boehner-cant-rule-homeland-security-department-shutdown-170109010--politics.html", + "http://news.yahoo.com/celebrity-front-row-kanye-west-rolls-yeezy-shoes-002509325.html", + "http://news.yahoo.com/comics/dilbert-slideshow/", + "http://news.yahoo.com/hormone-treatment-approved-chelsea-manning-005150326--politics.html", + "http://news.yahoo.com/lightbox/dilbert-slideshow/20150212-dt150212-gif-photo-050125374.html", + "http://news.yahoo.com/oscar-nominated-last-days-in-vietnam-021344425.html", + "http://news.yahoo.com/senate-approves-carter-defense-secretary-192646610--business.html", + "http://news.yahoo.com/the-always-amusing-brian-williams-225321107.html", + "http://news.yahoo.com/video/jon-stewarts-legacy-numbers-224645900.html", + "http://news.yahoo.com/video/nuke-map-shows-damaging-nuclear-191356505.html", + "http://news.yahoo.com/watchdog-report-rise-of-lone-wolf-domestic-terrorists-is-dangerous-situation-002912201.html", + "http://news.yandex.ru/", + "http://news.yandex.ru/?lang=ru", + "http://news.yandex.ru/USA", + "http://news.yandex.ru/quotes/1.html", + "http://news.yandex.ru/quotes/1006.html", + "http://news.yandex.ru/quotes/2000.html", + "http://news.yandex.ru/quotes/2002.html", + "http://news.yandex.ru/quotes/23.html", + "http://news.yandex.ru/yandsearch?cl4url=globalural.com/%3Fp%3D31435&lang=ru&lr=102567", + "http://news.yandex.ru/yandsearch?cl4url=lenta.ru/news/2015/02/13/poorjeb/&lang=ru&lr=102567", + "http://news.yandex.ru/yandsearch?cl4url=orensmi.ru/news/k-nazemnoj-operacii-protiv-ig-obama-ne-stremitsya-zayavil-on-sam/&lang=ru&lr=102567", + "http://news.yandex.ru/yandsearch?cl4url=ria.ru/economy/20150213/1047438740.html&lang=ru&lr=102567", + "http://news.yandex.ru/yandsearch?cl4url=ria.ru/world/20150212/1047429875.html&lang=ru&lr=102567", + "http://news.yandex.ru/yandsearch?cl4url=rusnovosti.ru/posts/363782&lang=ru&lr=102567", + "http://news.yandex.ru/yandsearch?cl4url=www.regnum.ru/news/accidents/1894924.html&lang=ru&lr=102567", + "http://news.yandex.ru/yandsearch?cl4url=www.regnum.ru/news/polit/1894895.html&lang=ru&lr=102567", + "http://news.yandex.ru/yandsearch?cl4url=www.vedomosti.ru/politics/news/39373251/olland-usloviya-dlya-postavki-mistralej-v-rossiyu-poka-ne&lang=ru&lr=102567", + "http://nymag.com/", + "http://nymag.com/author/jonathan%20chait/", + "http://offers.lendingtree.com/splitter/splitter.ashx?id=CNN_Article_Credit2&800num=hide&siteid=credit&hpt=hp_bn17", + "http://offers.lendingtree.com/splitter/splitter.ashx?id=CNN_Article_Personal3&hpt=hp_bn17", + "http://offers.lendingtree.com/splitter/splitter.ashx?id=CNN_Article_Refi1&800num=hide&siteid=seetodays&hpt=hp_bn17", + "http://offers.lendingtree.com/splitter/splitter.ashx?id=cnn-homepage", + "http://offers.lendingtree.com/splitter/splitter.ashx?id=cnn-refi-article", + "http://office.com/start/default.aspx?WT.mc_id=O16_BingHP", + "http://official.dailymotion.com", + "http://oilprice.com/", + "http://olivier-villoingt.deviantart.com/art/In-Limbo-in-progress-513365866", + "http://oneforthetable.com/", + "http://online.barrons.com/?mod=ProdX_MktgHub", + "http://online.barrons.com/home", + "http://online.wsj.com", + "http://online.wsj.com/10point", + "http://online.wsj.com/?mod=WSJDE_footer", + "http://online.wsj.com/article/SB10001424052702303754904577531431270923056.html", + "http://online.wsj.com/article/SB10530567965804683707904580457780891242138.html?mod=WSJ_hpp_MIDDLENexttoWhatsNewsForth", + "http://online.wsj.com/article/SB10530567965804683707904580457781815054748.html?mod=WSJ_hpp_MIDDLENexttoWhatsNewsForth", + "http://online.wsj.com/conferences?mod=WSJ_footer", + "http://online.wsj.com/home-page", + "http://online.wsj.com/itp?mod=WSJ_formfactor", + "http://online.wsj.com/news/column/Corrections?mod=WSJ_footer", + "http://online.wsj.com/public/page/classified-search.html", + "http://online.wsj.com/public/page/cmo-today.html", + "http://online.wsj.com/public/page/email-setup.html", + "http://online.wsj.com/public/page/email-setup.html?sub=capital_journal_daybreak&mod=WSJHomeCapitalJournalDaybreak", + "http://online.wsj.com/public/page/email-setup.html?sub=the_10_point&mod=WSJHome10Point", + "http://online.wsj.com/public/page/news-arts-movies-music.html", + "http://online.wsj.com/public/page/news-business-us.html", + "http://online.wsj.com/public/page/news-global-world.html", + "http://online.wsj.com/public/page/news-opinion-commentary.html", + "http://online.wsj.com/public/page/news-politics-campaign.html", + "http://online.wsj.com/public/page/news-sports-scores.html", + "http://online.wsj.com/public/page/news-wall-street-heard.html?mod=WSJ_formfactor", + "http://online.wsj.com/public/page/news-world-business.html", + "http://online.wsj.com/public/page/peggy-noonan.html", + "http://online.wsj.com/public/page/podcast.html?mod=WSJ_footer", + "http://online.wsj.com/public/page/real-estate-luxury.html", + "http://online.wsj.com/public/page/rss_news_and_feeds.html?mod=WSJ_footer", + "http://online.wsj.com/public/page/wealth-management-journal.html", + "http://onlinehelp.microsoft.com/en-US/bing/ff808535.aspx", + "http://open.baidu.com/", + "http://openvod.dailymotion.com", + "http://panabees.deviantart.com", + "http://panabees.deviantart.com?connect", + "http://patrickbrown.deviantart.com/", + "http://pets.stackexchange.com/questions/7597/why-is-a-female-orange-tabby-rare", + "http://pevc.dowjones.com/?mod=ProdX_MktgHub", + "http://photo.stackexchange.com/questions/60114/what-am-i-photographing-inside-my-camera", + "http://politicalwire.com/", + "http://politics.suntimes.com/authors/lsweet", + "http://poll.deviantart.com/437/", + "http://portfolio.deviantart.com", + "http://portfolio.wsj.com?mod=wsj_port_foot", + "http://portfolio.wsj.com?mod=wsj_port_hat", + "http://premium.yahoo.co.jp/campaign/wowow/", + "http://press.dailymotion.com/us", + "http://privacy.aol.com/", + "http://pro.imdb.com/signup/index.html?rf=cons_ft_hm&ref_=cons_ft_hm", + "http://pro.imdb.com/signup/index.html?rf=cons_nb_hm&ref_=cons_nb_hm", + "http://professor.wsj.com/", + "http://programmers.stackexchange.com/questions/273029/is-throwing-an-exception-an-anti-pattern-here", + "http://projectporkchop.deviantart.com", + "http://pubads.g.doubleclick.net/gampad/clk?id=165311666&iu=/2/interactive.wsj.com/default", + "http://pubads.g.doubleclick.net/gampad/clk?id=196199186&iu=/2", + "http://publisher.dailymotion.com/?l=en", + "http://puzzling.stackexchange.com/questions/8813/interview-puzzle", + "http://puzzling.stackexchange.com/questions/8831/guess-my-number-pay-for-the-answer", + "http://pyrasit3.deviantart.com", + "http://pyrasit3.deviantart.com?connect", + "http://qosim.doubleclick.net/cgi-bin/honeypot.pl?client=downjones", + "http://quotes.wsj.com/bond/BX/TMBMKDE-10Y", + "http://quotes.wsj.com/bond/BX/TMBMKES-10Y", + "http://quotes.wsj.com/bond/BX/TMBMKGB-10Y", + "http://quotes.wsj.com/bond/BX/TMBMKIT-10Y", + "http://quotes.wsj.com/bond/BX/TMBMKJP-10Y", + "http://quotes.wsj.com/bond/BX/TMUBMUSD10Y", + "http://quotes.wsj.com/futures/CORN", + "http://quotes.wsj.com/futures/CRUDE OIL - ELECTRONIC", + "http://quotes.wsj.com/futures/DOW JONES INDUSTRIAL FUTURES", + "http://quotes.wsj.com/futures/GOLD", + "http://quotes.wsj.com/futures/S%26P 500 FUTURES", + "http://quotes.wsj.com/futures/SILVER", + "http://quotes.wsj.com/fx/AUDUSD", + "http://quotes.wsj.com/fx/EURUSD", + "http://quotes.wsj.com/fx/GBPUSD", + "http://quotes.wsj.com/fx/USDCHF", + "http://quotes.wsj.com/fx/USDJPY", + "http://quotes.wsj.com/index/CN/SHCOMP", + "http://quotes.wsj.com/index/COMP", + "http://quotes.wsj.com/index/DJI", + "http://quotes.wsj.com/index/DWCF", + "http://quotes.wsj.com/index/DX/DAX", + "http://quotes.wsj.com/index/FR/PX1", + "http://quotes.wsj.com/index/GDOW", + "http://quotes.wsj.com/index/HK/HSI", + "http://quotes.wsj.com/index/IN/1", + "http://quotes.wsj.com/index/JP/NIK", + "http://quotes.wsj.com/index/RUT", + "http://quotes.wsj.com/index/SG/STI", + "http://quotes.wsj.com/index/SPX", + "http://quotes.wsj.com/index/UK/UKX", + "http://quotes.wsj.com/index/XX/ADOW", + "http://quotes.wsj.com/index/XX/BUXX", + "http://quotes.wsj.com/index/XX/FTSEMIB", + "http://quotes.wsj.com/index/XX/IBEX?mod=DNH_S", + "http://quotes.wsj.com/index/XX/SXXP", + "http://rabota.yandex.ru/?from=morda&_openstat=yandex;title;popular;popular3all", + "http://rabota.yandex.ru/search.xml?from=morda&_openstat=yandex;text;popular;popular3all", + "http://raspberrypi.stackexchange.com/questions/27607/can-i-write-and-read-the-pins-of-the-gpio-just-by-using-the-shell", + "http://realty.yandex.ru/?from=morda&_openstat=yandex;title;fresh;fresh2Allruru", + "http://realty.yandex.ru/search.xml?type=SELL&category=APARTMENT&placementPeriod=DAY&from=morda&_openstat=yandex;text;fresh;fresh2Allruru", + "http://redapropos.deviantart.com/art/Bat-s-Racist-512983730", + "http://redstate.com/", + "http://reporting.sunlightfoundation.com/blog/", + "http://robertreich.org/", + "http://rosel-d.deviantart.com/art/Browser-tan-512912848", + "http://ry-spirit.deviantart.com/art/I-GIVE-MY-HEART-TO-YOU-512745387", + "http://sakimichan.deviantart.com/art/Light-shadow-Painting-101-voice-over-tutorial-513334637", + "http://saphiredesign.deviantart.com/", + "http://scared2dream.deviantart.com/", + "http://scared2dream.deviantart.com/critique/1152317736/", + "http://schnitzelyne.deviantart.com/", + "http://schnitzelyne.deviantart.com/journal/Underappreciated-Part-5-511728391", + "http://search.yahoo.com/", + "http://search.yahoo.com/local", + "http://seattletimes.nwsource.com/html/home/index.html", + "http://services.amazon.com/content/product-ads-on-amazon.htm/ref=footer_pads?ld=AZPADSFooter", + "http://setup1.wsj.com/pznsetup/sub/ksemail/setup.html?mod=WSJ_footer", + "http://setup1.wsj.com/pznsetup/sub/pvemail/setup.html?mod=WSJ_footer", + "http://sforest1234.deviantart.com/", + "http://sforest1234.deviantart.com/critique/1152565428/", + "http://shine.yahoo.com/horoscope/", + "http://shingorengeki.deviantart.com/art/FREE-Phoenix-Cross-Stitch-Pattern-513466444", + "http://shop.deviantart.com", + "http://skyandnatureclub.deviantart.com/", + "http://skyandnatureclub.deviantart.com/journal/Themed-Feature-Trees-and-Plants-513194080", + "http://slovari.yandex.ru/", + "http://sports.yahoo.com", + "http://sports.yahoo.com/", + "http://sports.yahoo.com/fantasy", + "http://sports.yahoo.com/nba/teams/chi", + "http://sports.yahoo.com/nba/teams/cle", + "http://sports.yahoo.com/nba/teams/eas/news", + "http://sports.yahoo.com/nba/teams/hou", + "http://sports.yahoo.com/nba/teams/lac", + "http://sports.yahoo.com/nba/teams/wes/news", + "http://sports.yahoo.com/news/aisling-daly-vs-claudia-gadelha-square-off-ufc-175011145--mma.html", + "http://sports.yahoo.com/news/cavaliers-bulls-preview-175941452--nba.html", + "http://sports.yahoo.com/news/flames-kings-preview-204910650--nhl.html", + "http://sports.yahoo.com/news/flyers-blue-jackets-preview-023359931--nhl.html", + "http://sports.yahoo.com/news/jets-predators-preview-030453785--nhl.html", + "http://sports.yahoo.com/news/jordans-24-points-20-rebounds-lead-clippers-over-063521934--nba.html", + "http://sports.yahoo.com/news/panthers-wild-preview-155920333--nhl.html", + "http://sports.yahoo.com/news/rangers-avalanche-preview-022447815--nhl.html", + "http://sports.yahoo.com/news/sources--mlb-could-alter-strike-zone-as-response-to-declining-offense-232940947.html", + "http://sports.yahoo.com/nhl/teams/cgy", + "http://sports.yahoo.com/nhl/teams/cob", + "http://sports.yahoo.com/nhl/teams/col", + "http://sports.yahoo.com/nhl/teams/dal", + "http://sports.yahoo.com/nhl/teams/fla", + "http://sports.yahoo.com/nhl/teams/los", + "http://sports.yahoo.com/nhl/teams/min", + "http://sports.yahoo.com/nhl/teams/nas", + "http://sports.yahoo.com/nhl/teams/nyr", + "http://sports.yahoo.com/nhl/teams/phi", + "http://sports.yahoo.com/nhl/teams/wpg", + "http://sprav.yandex.ru/", + "http://sta.sh", + "http://sta.sh/muro", + "http://sta.sh/muro/", + "http://sta.sh/writer", + "http://stackexchange.com/legal", + "http://stackexchange.com/legal/privacy-policy", + "http://stackexchange.com/mediakit", + "http://stackexchange.com/sites#culturerecreation", + "http://stackexchange.com/sites#lifearts", + "http://stackexchange.com/sites#science", + "http://stackexchange.com/sites#technology", + "http://stackexchange.com/work-here", + "http://status.twitter.com", + "http://stygma.deviantart.com/", + "http://stygma.deviantart.com/journal/AWW-1-2015-513183392", + "http://subscription.wsj.com/", + "http://support.twitter.com/articles/14226-how-to-find-your-twitter-short-code-or-long-code", + "http://support.twitter.com/forums/26810/entries/78525", + "http://suzanne-helmigh.deviantart.com", + "http://suzanne-helmigh.deviantart.com/", + "http://swampland.time.com/", + "http://techgnotic.deviantart.com/", + "http://techgnotic.deviantart.com/journal/All-Out-Superpower-Confrontation-513347643", + "http://techgnotic.deviantart.com/journal/Batman-The-Caped-Crusader-Rescued-By-Adam-West-512936733", + "http://techgnotic.deviantart.com/journal/Captain-Stone-Is-Missing-507273621", + "http://techgnotic.deviantart.com/journal/Charles-Darwin-Powerful-Legacy-For-Science-And-Art-513524999", + "http://techgnotic.deviantart.com/journal/Collection-A-Warning-In-Another-s-Eyes-511581353", + "http://techgnotic.deviantart.com/journal/Collection-The-Most-Fanciful-Flights-Of-Fantasy-511740199", + "http://techgnotic.deviantart.com/journal/Collection-Werifesteria-511390256", + "http://techgnotic.deviantart.com/journal/Cosplay-Friday-Final-Fantasy-511994825", + "http://techgnotic.deviantart.com/journal/Fan-Art-Friday-Downton-Abbey-512135584", + "http://techgnotic.deviantart.com/journal/Food-In-Focus-The-Flavors-Of-India-513146787", + "http://techgnotic.deviantart.com/journal/Furious-7-Have-Car-Chases-Finally-Jumped-The-Shark-513488584", + "http://techgnotic.deviantart.com/journal/Project-Porkchop-Vol-357-511375727", + "http://techgnotic.deviantart.com/journal/Taking-Your-Art-to-The-Next-Level-in-2015-510198718", + "http://tex.stackexchange.com/questions/227823/latex-equivalent-of-ms-word-styles", + "http://the-ri.deviantart.com", + "http://the-ri.deviantart.com?connect", + "http://thehill.com/", + "http://themoderatevoice.com/", + "http://thinkprogress.org/", + "http://thisismyboomstick.deviantart.com/art/Batman-commission-513529719", + "http://thrive.huffingtonpost.com/events/", + "http://thrive.huffingtonpost.com/news/", + "http://tieba.baidu.com", + "http://tieba.baidu.com/f?kw=cow&fr=wwwt", + "http://tieba.baidu.com/f?kw=rice&fr=ps0bt&ie=utf-8", + "http://tieba.baidu.com/f?kw=rice&fr=wwwt", + "http://time.yandex.ru", + "http://topics.nytimes.com/top/opinion/editorialsandoped/oped/columnists/davidbrooks/index.html", + "http://topics.nytimes.com/top/opinion/editorialsandoped/oped/columnists/rossdouthat/", + "http://topics.wsj.com/?mod=WSJ_footer", + "http://toybonnie01.deviantart.com", + "http://toybonnie01.deviantart.com?connect", + "http://translate.yandex.ru/", + "http://tripplejaz.deviantart.com/", + "http://tsuaii.deviantart.com/art/Lucy-Heartfilia-Pin-Up-512938971", + "http://tune.yandex.ru", + "http://tune.yandex.ru/?retpath=http%3A%2F%2Fwww.yandex.ru%2F%3Fdomredir%3D1", + "http://tune.yandex.ru/region/?retpath=http%3A%2F%2Fwww.yandex.ru%2F%3Fdomredir%3D1", + "http://twitter.com/WSJ", + "http://unitedcba.deviantart.com/", + "http://unix.stackexchange.com/questions/184550/what-is-the-purpose-of-a-start-up-script", + "http://v.baidu.com", + "http://v.baidu.com/v?ct=301989888&rn=20&pn=0&db=0&s=25&ie=utf-8&word=cow", + "http://v.baidu.com/v?ct=301989888&rn=20&pn=0&db=0&s=25&ie=utf-8&word=rice", + "http://veggie55.deviantart.com/art/Curiosity-Ruined-My-Life-513283093", + "http://videos.huffingtonpost.com/world", + "http://voces.huffingtonpost.com/", + "http://wallpaper.deviantart.com/?q=", + "http://web-trunk-qa.youtube.com/test_languages?prepare_for_screenshotting=1", + "http://welcome.deviantart.com", + "http://welcome.deviantart.com/", + "http://wenku.baidu.com/search?word=cow&lm=0&od=0&ie=utf-8", + "http://wenku.baidu.com/search?word=rice&lm=0&od=0&ie=utf-8", + "http://widgets.yandex.ru?consumer=www", + "http://wonkette.com/", + "http://wreckling.deviantart.com/journal/Valentine-s-Day-Art-Exchange-2015-510025493", + "http://wsj.com/partner/?mod=WSJ_footer", + "http://wsj.com/worldstream", + "http://wsjstudent.com/", + "http://www.6pm.com/", + "http://www.GlobalPost.com", + "http://www.abebooks.com/", + "http://www.accesshollywood.com", + "http://www.actionamerica.com/", + "http://www.acx.com", + "http://www.afterschool.com/", + "http://www.alexa.com/", + "http://www.aljazeera.com/", + "http://www.amazon.ca/", + "http://www.amazon.cn/", + "http://www.amazon.co.jp/", + "http://www.amazon.co.uk/", + "http://www.amazon.com.au", + "http://www.amazon.com.br", + "http://www.amazon.com.mx/", + "http://www.amazon.de/", + "http://www.amazon.es/", + "http://www.amazon.fr/", + "http://www.amazon.in/", + "http://www.amazon.it/", + "http://www.amazon.nl/", + "http://www.amazonsupply.com/", + "http://www.americablog.com/", + "http://www.aol.com", + "http://www.aol.com/article/2015/02/11/bus-driver-removed-from-service-after-controversial-facebook-p/21141680/?icid=maing-grid7|maing17|dl10|sec1_lnk2%26pLid%3D611692", + "http://www.aol.com/article/2015/02/11/federal-investigators-fans-pushed-smoke-toward-dc-subway/21141761/?icid=maing-grid7|maing17|dl34|sec1_lnk2%26pLid%3D611694", + "http://www.aol.com/article/2015/02/11/puerto-rico-might-start-fining-the-parents-of-obese-children/21141636/?icid=maing-grid7|maing17|dl35|sec1_lnk2%26pLid%3D611439", + "http://www.artlebedev.ru", + "http://www.audible.com/", + "http://www.bagnewsnotes.com/", + "http://www.baidu.com/", + "http://www.baidu.com/gaoji/preferences.html", + "http://www.baidu.com/link?url=0xPpq2W-XEYYKlHMjLYQpIVQhbUhVyvTTF4DtzxxiGff_o4ZeAdEHIBnEHcvuryfSCqrNLYQWpx2IdyLlJaeh6zYsk7E5MBd6P8t4gP6VGi", + "http://www.baidu.com/link?url=0xPpq2W-XEYYKlHMjLYQpIVQhbUhVyvTTF4DtzxxiGgE72enJ-9WTqusqNvebDUWk42AAjbITkybyQsMip0XeKu_J7vFmeEw6xmTOGULgK7", + "http://www.baidu.com/link?url=3HDKPF2Ur6mQLYCwJ1mWAfzq8sel69ImBwg4YjpA8j_", + "http://www.baidu.com/link?url=4a31BiO2E-wZQZYdVXbo2S0LQFWYCUMm5elgBwA8huRSa3KGP4XkMxwy6Shl75XE9_NVQatp8yEu9EG8xcmXNK", + "http://www.baidu.com/link?url=4fGYRYE3103EXGWiwoSECwoaqPOhNJmnDdhktviadddrfPhfB0bIEmZ9C-5rD40HMvmuXzHbE6sx0eDXN82uRURlhqBWxSEEAsDcopR45oq", + "http://www.baidu.com/link?url=5ZOG-lP4vQ04wVSEtLE0XzkPxAfrus_TJiaa71ZlRlZ4ORUL0A3ZVeGsORjINI9SI1nlGNB91WhwFhAMFV3Oiq", + "http://www.baidu.com/link?url=86ygnnnEsVlTtOtFxIEGgucjfBO4MHt4WFsThhJnTZxXRBTl39o8gcDJAbaUlHaOEsxxmnzuF65_bsoAgwbkyI28wInYdqYsyONi3F_q0MnN3NLAN4LqxHOJ5VK4lZ_ZIBJsHIYhHqSsmBgngprDb29ICJkOyka45BjEKfuiiPG", + "http://www.baidu.com/link?url=86ygnnnEsVlTtOtFxIEGgucjfBO4MHt4WFsThhJnTZxXRBTl39o8gcDJAbaUlHaOmNUjm8VqB_YTg5LMOxqpvNxFuAqS6rNc23zh3B7ryd1SVWTvpvcK-GT6gQ86kS_7M2ozFyZWdGkKL1DHPq8hulk1a6XVpD13xyCLvqTd97I95KOWJZSirVWJPA_xBEMu", + "http://www.baidu.com/link?url=86ygnnnEsVlTtOtFxIEGgucjfBO4MHt4WFsThhJnTZxXRBTl39o8gcDJAbaUlHaOyHHTV5xmkNCGw920E06ee3y4y67PVd8mnKDihVNo7wVNmOScUr6O2qUavTCSoNKlcF3KM7RulYq8-QHRIw7rApZvf99TGBphAXtToBibW7a", + "http://www.baidu.com/link?url=Fc1zTdF6dxnCqD1mwCKa0jKS5y1CvX2bR_-35zWT8WS-2pLno2CEpnTvssbvM1NvdS2Ny80mq_WOy__NHTf1Pib9KM0lVuL2wqAF1O7vPgZgI4M8oqRPUkLDvjcKLYuxkjLpC65t7780oNipg8lnpK", + "http://www.baidu.com/link?url=Fc1zTdF6dxnCqD1mwCKa0jKS5y1CvX2bR_-35zWT8WVdv7zGuBnnYDniZAJzDVfy", + "http://www.baidu.com/link?url=ISLXORqe8kFhYHuXr2ULxuJek4miwjno3lD5qtKdsg1ic-pI8d9EJXYBj5NhhOkjnIwqQtiqi7v0AFlvDX9Dnq", + "http://www.baidu.com/link?url=L7OefVU6_zFPkaRMuSOaz2CfDRvHWfWMI3P1cfCVZg70JbU4SPtRmUhAqvtp8ByL-ObVWGgxtFFEEsmgXGUo8a", + "http://www.baidu.com/link?url=L7OefVU6_zFPkaRMuSOaz2CfDRvHWfWMI3P1cfCVZg70JbU4SPtRmUhAqvtp8ByL5bp4PXFZPkC-JXO-qJpX_a", + "http://www.baidu.com/link?url=L7OefVU6_zFPkaRMuSOaz2CfDRvHWfWMI3P1cfCVZg70JbU4SPtRmUhAqvtp8ByLFjLeHC6YbRMeF9Ei_gPRTq", + "http://www.baidu.com/link?url=L7OefVU6_zFPkaRMuSOaz2CfDRvHWfWMI3P1cfCVZg70JbU4SPtRmUhAqvtp8ByLM8G7PRrON8R2cajdNYIQ1K", + "http://www.baidu.com/link?url=L7OefVU6_zFPkaRMuSOaz2CfDRvHWfWMI3P1cfCVZg70JbU4SPtRmUhAqvtp8ByLP7FlJSo8w0KMUpmV4HRQga", + "http://www.baidu.com/link?url=L7OefVU6_zFPkaRMuSOaz2CfDRvHWfWMI3P1cfCVZg70JbU4SPtRmUhAqvtp8ByLiD9pocqALXbXZiudW0oMo_", + "http://www.baidu.com/link?url=L7OefVU6_zFPkaRMuSOazAxQ9DPd151BYZyW4yZMpQKg1kpNam9oreF0d9wLDw70RwKMmGjAqGQfds5QOfaSw8pr03P0eBbhuHa7fn6PpKfGeu73GRBmlyF91sIIeO09s1qK7bcujrijrAPpOOsDY25mqwGG3LR2XmGht1JCsUW", + "http://www.baidu.com/link?url=L7OefVU6_zFPkaRMuSOazElwdpKmGGKD-sjQvY2o4y_", + "http://www.baidu.com/link?url=L7OefVU6_zFPkaRMuSOaz_he0O-vXE17iGnkiOi40yPUgnroRkUj0x4fq7zekYWBtWTApscfc-cIx_5aV4_vsK", + "http://www.baidu.com/link?url=LxVtofcg8MfJ9rwMX9eK8Oi8hymXhIegGFodDBaAjcoch-V0I5az-LJuuutr2WOCOKxEAloAQZthMltuZMGuBH-fCoFjd6YH5TClg53sTdbZ4tqp6Ytg6q6PyKnlFf9qG4OLS28Io4_0GL8PDh-Nntk4eca7tcaC60I3LFMfG6O", + "http://www.baidu.com/link?url=LxVtofcg8MfJ9rwMX9eK8R-0SFO1N8y_3Za2cerAl3BnC0qdQM0EkxBFpYNaMxRX7awVunkMgtHDRbsJkbExijobTRWHgWz92mHWIX_5a_KYVWg2vZn_gW9kVdrE612Uq69XXgMSTgnGX2hUvXiL2PAqY3_KrBvF16PrK0y-FoLWc6jwituYp-qKxL6p0gR7", + "http://www.baidu.com/link?url=LxVtofcg8MfJ9rwMX9eK8TfDOl8Z9hN7fQYYvPCRDXddk08xPQjqa79LxX6WNxkVCrUJ92yRwXjNOllA6Jtu-bMwZ1w_pCmGJOZ4mHzC2RS", + "http://www.baidu.com/link?url=LxVtofcg8MfJ9rwMX9eK8Uk53Z11ESvx9xulX4A6_5TWCrnEKayeYse7t-eTqXtzl3sCLe5W8aFg02YXEA7mScjIJy88QjHSuOMvFLr92p-oScn3uyG7UGQ87dTuO6XhTuSVePM3A-RWDmLCPRLMA_59NljeVnkEgvi6SnIlo2WIH7LrJokhEhrgQrnykIjE", + "http://www.baidu.com/link?url=LxVtofcg8MfJ9rwMX9eK8ZmU-B6nmdh9aBMwqiCGa0tAmy_9O-jRxx78W7V1ErfPiDZkN14aPzyKxwdvoDAIcDfj6a4XMuWbq_9VGhPRE47", + "http://www.baidu.com/link?url=QgG1hbjO8gjCskHkX4tEGCBe4tsHkbcoYsRJabuvhLX3q-qV2t7HGWhhD9E6TTrsykaiBBLRMMlOY-24pdVngK", + "http://www.baidu.com/link?url=QgG1hbjO8gjCskHkX4tEGIGbaJJ70ZvKcJin8zyZq0qsC6k6QjHPaWkvE6u8NbzxsZqrGa52E5CorO401nIKWuoc6cXivFgcpkCSz6jSYMzKuIQI0zUPHD5rjuwFixmJLTbUGZAuVTsqtQnLw7e7a0VzIZoJdxOtRj3LOlH60Yi", + "http://www.baidu.com/link?url=XVfot7nY2ctrI_KXZOYds0K9kypaZ_-tokf-YXvzjjwpskis_tP7YoBxtmLiwOnA", + "http://www.baidu.com/link?url=ZiuBjGeK1E76aj5cZ67DHdQQ22CS2GES5-RTRs8Ftrq", + "http://www.baidu.com/link?url=_taNueCbab4mftAxeB1hepNYhr9Hldn4Z3JsttPvrNJsVPsx3MoBdbHD1RvBvwJTunB9RaSt8rlAnuP7Vazq7K", + "http://www.baidu.com/link?url=a1ZT3IVWuz4-fxDQ5TI5SW_8mNRRnHfMfatr6iV0oLRNpqbdFwWk6XIMqbgaTZauE_-PiH4rbrwpiesOMsMOr_", + "http://www.baidu.com/link?url=a1ZT3IVWuz4-fxDQ5TI5SW_8mNRRnHfMfatr6iV0oLRNpqbdFwWk6XIMqbgaTZauY2p41zC-3U91M7XRr8GE4K", + "http://www.baidu.com/link?url=a1ZT3IVWuz4-fxDQ5TI5SW_8mNRRnHfMfatr6iV0oLRNpqbdFwWk6XIMqbgaTZauYpWXejR-khQklc8IXBB-1K", + "http://www.baidu.com/link?url=a1ZT3IVWuz4-fxDQ5TI5SW_8mNRRnHfMfatr6iV0oLRoRQAcmyvHcKsDmakBiuOpzwkE_zsVqga6xhnxD_ClvUvHOudYZpuWW2szQ88NUjG", + "http://www.baidu.com/link?url=aNWKMiQKCWhh_LiajW0OFUnebeM0kxcWwbay8QUNvK2-NM4IH6u9VvA6n7a9x7ggWNlDVqo9f1G5bqV2ySLKHAk_YLqhLwh-yhQb7ImSnUgHESZbh1D9IwQtZQVmB3--llnQJi_CEQZZ7rMpszGhlPg4q_HJBinQ7uA_cFaCj1W", + "http://www.baidu.com/link?url=aNWKMiQKCWhh_LiajW0OFWHLlj9tfQZcTXUMLEKSRsbkotGuENGiTYfAKFlKzX6XpVOK1wIbG8BL2namoYp0uJvkl01rzZYsu9o6wPhNmcS", + "http://www.baidu.com/link?url=aZXN8sVzFllBYkGYIoXzxfSDChDobhgtA78Re8n0XwdB2JZQGfLnFh0r7prL71Rl2GbIZ8e9eVhtFFnsaymhf_", + "http://www.baidu.com/link?url=cx36eJ2a4PO4n8T6W2VhY5QlocTfol3JoNcYHK-XEfyFPzRqMPMnWoOSohraB3M38ViLoic35U4ApEg8a743iS8md5oFZWhkPFQvhe-EfN8JNBmrCsQpmvI0geJfoblfxDk537X4DR4fJF3zFpj7yk1itUbsdrqYTAZxEBvkQiKocfLQoj5uw5W0_wacJqdV", + "http://www.baidu.com/link?url=eCGhptcKK0fi97BuZ9xgkWdGYsEt_djulZTRtamy-ua0QM1iEs0vFMbUD4j-7_-V", + "http://www.baidu.com/link?url=gXzI1QxNql8nbgG9hnPwt335uvqv735jGjwlZsE82wa", + "http://www.baidu.com/link?url=hCw3pbQDSBZDszkVHBiOAozgiOqb0myBjBeQkmRYoCW-7Gpsl_mj6Z7VQ01Yk59PI8nEhpaCHs3YGZgfGYJYgiA3n7U3Jju1TmPK4HkOWkS", + "http://www.baidu.com/link?url=k6XvePAJSf6o50T_vSKlJhJcpAMJVVKjkqZi8BMnTpoYm50BRi9kpJKwY_uUMVA8", + "http://www.baidu.com/link?url=k6XvePAJSf6o50T_vSKlJhJcpAMJVVKjkqZi8BMnTpoiiIxfAIMTc602BwWl_76XjMn-4eWn9YAYKVnN7pSEjS5tIyNPUiTlgexhao6qSiIYvnWdeUB7nUjwbPaFsT8Hp0AtCoQNlqUMWsHIkM5M-K", + "http://www.baidu.com/link?url=k6XvePAJSf6o50T_vSKlJn6ht_cPQ9Z-P-0TrqboO4C_rEc3YjNlgZWBuQOYyDSFD3-K2bUCjGel6hwcKf59Zq", + "http://www.baidu.com/link?url=p3Llg-ZC1Da5cnY4mIC8YrXEHvQravgAto8yJIRW2n7efARYYwcJnaqjOqo3KQ4o", + "http://www.baidu.com/link?url=x3QKNjWgG0RcEhqDMGHmXcu812MSKN9qEKxZ7QTJS8v7G18ifhB5jSyi7G-jCjZD2T_9lnzIG-xMuIhjMz-au_", + "http://www.baidu.com/link?url=x3QKNjWgG0RcEhqDMGHmXcu812MSKN9qEKxZ7QTJS8v7G18ifhB5jSyi7G-jCjZDjpVugzfJlhvBW_aRMeCGP_", + "http://www.baidu.com/link?url=x3QKNjWgG0RcEhqDMGHmXcu812MSKN9qEKxZ7QTJS8v7G18ifhB5jSyi7G-jCjZDsvHRsFPPiVfer0od5xFQTK", + "http://www.baidu.com/link?url=yExAUMhbcbFJGucl4E_Y6wWmfiM7acjFAiIk8hc5PBra0IRAqA4VF3gM1uZMY4kA", + "http://www.baidu.com/link?url=ykyTc8nDilX5xrZgUu4fy5HH-nrWl6nEcWRQ83qE0b--0AKxgwQgC7-JYvWHDopL", + "http://www.baidu.com/more/", + "http://www.baidu.com/s?usm=1&wd=%E4%B8%AD%E5%BC%8F%E8%8B%B1%E8%AF%AD&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u5176\u4ed6\u4eba\u8fd8\u641c&recid=21028&euri=300085", + "http://www.baidu.com/s?usm=1&wd=%E5%BF%85%E5%BA%94%E8%AF%8D%E5%85%B8&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=6527206", + "http://www.baidu.com/s?usm=1&wd=%E6%8B%93%E8%AF%8D&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u5b66\u4e60\u52a9\u624b&recid=21028&euri=6685701", + "http://www.baidu.com/s?usm=1&wd=%E6%96%B0%E4%B8%9C%E6%96%B9%E5%9C%A8%E7%BA%BF&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u5b66\u4e60\u52a9\u624b&recid=21028&euri=2225295", + "http://www.baidu.com/s?usm=1&wd=%E6%9C%80%E9%95%BF%E7%9A%84%E8%8B%B1%E6%96%87%E5%8D%95%E8%AF%8D&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u5176\u4ed6\u4eba\u8fd8\u641c&recid=21028&euri=657095", + "http://www.baidu.com/s?usm=1&wd=%E6%9C%89%E9%81%93%E8%AF%8D%E5%85%B8&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=1641307", + "http://www.baidu.com/s?usm=1&wd=%E6%B2%AA%E6%B1%9F%E8%8B%B1%E8%AF%AD&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u5b66\u4e60\u52a9\u624b&recid=21028&euri=405084", + "http://www.baidu.com/s?usm=1&wd=%E6%B5%B7%E8%AF%8D%E8%AF%8D%E5%85%B8&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=7611882", + "http://www.baidu.com/s?usm=1&wd=%E7%81%B5%E6%A0%BC%E6%96%AF&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=758224", + "http://www.baidu.com/s?usm=1&wd=%E7%99%BE%E5%BA%A6%E7%BF%BB%E8%AF%91&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=608784", + "http://www.baidu.com/s?usm=1&wd=%E7%99%BE%E8%AF%8D%E6%96%A9&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u5b66\u4e60\u52a9\u624b&recid=21028&euri=9089046", + "http://www.baidu.com/s?usm=1&wd=%E7%BB%8F%E5%85%B8%E8%8B%B1%E6%96%87%E6%AD%8C%E6%9B%B2&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u5176\u4ed6\u4eba\u8fd8\u641c&recid=21028&euri=1216241", + "http://www.baidu.com/s?usm=1&wd=%E8%8B%B1%E5%9B%BD%E7%88%B1%E4%BB%96%E7%BE%8E%E5%92%8C%E5%BE%B7%E5%9B%BD%E7%88%B1%E4%BB%96%E7%BE%8E&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=%E8%8B%B1%E5%9B%BD%E7%89%9B%E6%A0%8F%E5%92%8C%E8%8B%B1%E5%9B%BD%E7%88%B1%E4%BB%96%E7%BE%8E%E5%93%AA%E4%B8%AA%E5%A5%BD&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=%E8%8B%B1%E8%AF%AD%E8%B0%9A%E8%AF%AD&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u5176\u4ed6\u4eba\u8fd8\u641c&recid=21028&euri=17075", + "http://www.baidu.com/s?usm=1&wd=%E8%AE%B0%E5%BF%86%E6%B3%95&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u5176\u4ed6\u4eba\u8fd8\u641c&recid=21028&euri=1520914", + "http://www.baidu.com/s?usm=1&wd=%E9%87%91%E5%B1%B1%E8%AF%8D%E9%9C%B8&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=6599", + "http://www.baidu.com/s?usm=1&wd=91%E5%A4%96%E6%95%99%E7%BD%91&ie=utf-8&rsv_cq=cow&rsv_dl=0_right_recommends_merge_21028&cq=cow&srcid=20910&rt=\u82f1\u8bed\u5b66\u4e60\u52a9\u624b&recid=21028&euri=10142484", + "http://www.baidu.com/s?usm=1&wd=a+cattle&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=basketball%E7%9A%84%E9%9F%B3%E6%A0%87&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=cattle&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=cow%E6%80%8E%E4%B9%88%E8%AF%BB&ie=utf-8&rsv_cq=cow&rsv_dl=0_left_dict3_85_18695", + "http://www.baidu.com/s?usm=1&wd=cow%E6%80%8E%E4%B9%88%E8%AF%BB&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=cow%E6%98%AF%E4%BB%80%E4%B9%88%E6%84%8F%E6%80%9D&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=cow%E6%B4%97%E9%9D%A2%E5%A5%B6&ie=utf-8&rsv_cq=cow&rsv_dl=0_left_bk_polysemy_91_19781", + "http://www.baidu.com/s?usm=1&wd=cow%E6%B4%97%E9%9D%A2%E5%A5%B6&ie=utf-8&rsv_cq=cow&rsv_dl=0_left_dict3_85_18695", + "http://www.baidu.com/s?usm=1&wd=cow%E6%B4%97%E9%9D%A2%E5%A5%B6&ie=utf-8&rsv_rq=2&rsv_cq=cow", + "http://www.baidu.com/s?usm=1&wd=cow%E7%89%9B%E4%B9%B3%E7%9F%B3%E7%A2%B1%E5%85%B1%E8%BF%9B%E7%A4%BE&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=cow%E7%89%9B%E4%B9%B3%E7%9F%B3%E7%A2%B1&ie=utf-8&rsv_cq=cow&rsv_dl=0_left_bk_polysemy_91_19781", + "http://www.baidu.com/s?usm=1&wd=cow%E7%89%9B%E4%B9%B3%E7%9F%B3%E7%A2%B1&ie=utf-8&rsv_rq=2&rsv_cq=cow", + "http://www.baidu.com/s?usm=1&wd=cow%E8%8B%B1%E8%AF%AD%E6%80%8E%E4%B9%88%E8%AF%BB&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=cow%E9%B8%A1%E5%B0%BE%E9%85%92&ie=utf-8&rsv_cq=cow&rsv_dl=0_left_bk_polysemy_91_19781", + "http://www.baidu.com/s?usm=1&wd=cow%E9%B8%A1%E5%B0%BE%E9%85%92&ie=utf-8&rsv_cq=cow&rsv_dl=0_left_dict3_85_18695", + "http://www.baidu.com/s?usm=1&wd=cow+%E4%BB%A3%E7%90%86&ie=utf-8&rsv_cq=cow&rsv_dl=0_left_bk_polysemy_91_19781", + "http://www.baidu.com/s?usm=1&wd=cow+%E5%86%99%E6%97%B6%E5%A4%8D%E5%88%B6&ie=utf-8&rsv_cq=cow&rsv_dl=0_left_bk_polysemy_91_19781", + "http://www.baidu.com/s?usm=1&wd=cow+%E7%BF%BB%E5%A2%99&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=cow+&ie=utf-8&gate=&rsv_rq=2&rsv_cq=cow", + "http://www.baidu.com/s?usm=1&wd=cow+books&ie=utf-8&rsv_cq=cow&rsv_dl=0_left_dict3_85_18695", + "http://www.baidu.com/s?usm=1&wd=cow+gate&ie=utf-8&rsv_rq=2&rsv_cq=cow", + "http://www.baidu.com/s?usm=1&wd=cow+project&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=cowpatty+%E6%95%99%E7%A8%8B&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=cowpatty+4.0&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=dairy+cattle&ie=utf-8&rsv_crq=7&bs=cow", + "http://www.baidu.com/s?usm=1&wd=holy+cow&ie=utf-8&rsv_cq=cow&rsv_dl=0_left_dict3_85_18695", + "http://www.baidu.com/s?usm=5&wd=%E4%B8%AD%E5%BC%8F%E8%8B%B1%E8%AF%AD&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u5176\u4ed6\u4eba\u8fd8\u641c&recid=21028&euri=300085", + "http://www.baidu.com/s?usm=5&wd=%E4%BF%A1%E6%89%98%E5%9F%BA%E9%87%91+rice&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_shares_simple_16311_18695", + "http://www.baidu.com/s?usm=5&wd=%E5%BF%85%E5%BA%94%E8%AF%8D%E5%85%B8&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=6527206", + "http://www.baidu.com/s?usm=5&wd=%E6%8B%93%E8%AF%8D&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u5b66\u4e60\u52a9\u624b&recid=21028&euri=6685701", + "http://www.baidu.com/s?usm=5&wd=%E6%96%B0%E4%B8%9C%E6%96%B9%E5%9C%A8%E7%BA%BF&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u5b66\u4e60\u52a9\u624b&recid=21028&euri=2225295", + "http://www.baidu.com/s?usm=5&wd=%E6%9C%80%E9%95%BF%E7%9A%84%E8%8B%B1%E6%96%87%E5%8D%95%E8%AF%8D&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u5176\u4ed6\u4eba\u8fd8\u641c&recid=21028&euri=657095", + "http://www.baidu.com/s?usm=5&wd=%E6%9C%89%E9%81%93%E8%AF%8D%E5%85%B8&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=1641307", + "http://www.baidu.com/s?usm=5&wd=%E6%B2%AA%E6%B1%9F%E8%8B%B1%E8%AF%AD&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u5b66\u4e60\u52a9\u624b&recid=21028&euri=405084", + "http://www.baidu.com/s?usm=5&wd=%E6%B5%B7%E8%AF%8D%E8%AF%8D%E5%85%B8&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=7611882", + "http://www.baidu.com/s?usm=5&wd=%E7%81%B5%E6%A0%BC%E6%96%AF&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=758224", + "http://www.baidu.com/s?usm=5&wd=%E7%99%BE%E5%BA%A6%E7%BF%BB%E8%AF%91&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=608784", + "http://www.baidu.com/s?usm=5&wd=%E7%99%BE%E8%AF%8D%E6%96%A9&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u5b66\u4e60\u52a9\u624b&recid=21028&euri=9089046", + "http://www.baidu.com/s?usm=5&wd=%E7%BB%8F%E5%85%B8%E8%8B%B1%E6%96%87%E6%AD%8C%E6%9B%B2&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u5176\u4ed6\u4eba\u8fd8\u641c&recid=21028&euri=1216241", + "http://www.baidu.com/s?usm=5&wd=%E8%8B%B1%E8%AF%AD%E8%B0%9A%E8%AF%AD&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u5176\u4ed6\u4eba\u8fd8\u641c&recid=21028&euri=17075", + "http://www.baidu.com/s?usm=5&wd=%E8%AE%B0%E5%BF%86%E6%B3%95&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u5176\u4ed6\u4eba\u8fd8\u641c&recid=21028&euri=1520914", + "http://www.baidu.com/s?usm=5&wd=%E9%87%91%E5%B1%B1%E8%AF%8D%E9%9C%B8&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u7ffb\u8bd1&recid=21028&euri=6599", + "http://www.baidu.com/s?usm=5&wd=%E9%9F%A9%E5%9B%BD%E5%8C%96%E5%A6%86%E5%93%81rice%E5%85%AC%E5%8F%B8&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_shares_simple_16311_18695", + "http://www.baidu.com/s?usm=5&wd=91%E5%A4%96%E6%95%99%E7%BD%91&ie=utf-8&rsv_cq=rice&rsv_dl=0_right_recommends_merge_21028&cq=rice&srcid=20910&rt=\u82f1\u8bed\u5b66\u4e60\u52a9\u624b&recid=21028&euri=10142484", + "http://www.baidu.com/s?usm=5&wd=damien+rice&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_bk_polysemy_91_19781", + "http://www.baidu.com/s?usm=5&wd=damien+rice&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_vd_mininewest_1_18695", + "http://www.baidu.com/s?usm=5&wd=damien+rice&ie=utf-8&rsv_crq=7&bs=rice", + "http://www.baidu.com/s?usm=5&wd=damien+rice+cold+ater&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_vd_mininewest_1_18695", + "http://www.baidu.com/s?usm=5&wd=damien+rice+long+long+way&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_vd_mininewest_1_18695", + "http://www.baidu.com/s?usm=5&wd=northwestern+university&ie=utf-8&rsv_crq=7&bs=rice", + "http://www.baidu.com/s?usm=5&wd=rice%E5%8C%96%E5%A6%86%E5%93%81&ie=utf-8&rsv_rq=2&rsv_cq=rice", + "http://www.baidu.com/s?usm=5&wd=rice%E5%8F%AF%E6%95%B0%E5%90%97&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_dict3_85_18695", + "http://www.baidu.com/s?usm=5&wd=rice%E5%8F%AF%E6%95%B0%E5%90%97&ie=utf-8&rsv_rq=2&rsv_cq=rice", + "http://www.baidu.com/s?usm=5&wd=rice%E6%98%AF%E5%8F%AF%E6%95%B0%E5%90%8D%E8%AF%8D%E5%90%97&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_dict3_85_18695", + "http://www.baidu.com/s?usm=5&wd=rice%E6%98%AF%E5%8F%AF%E6%95%B0%E5%90%8D%E8%AF%8D%E5%90%97&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_sp_img_4_18696", + "http://www.baidu.com/s?usm=5&wd=rice%E6%9C%89%E5%A4%8D%E6%95%B0%E5%90%97&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_sp_img_4_18696", + "http://www.baidu.com/s?usm=5&wd=rice%E7%94%BB%E7%9A%84%E5%9B%BE&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_sp_img_4_18696", + "http://www.baidu.com/s?usm=5&wd=rice+%26+shine&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_bk_polysemy_91_19781", + "http://www.baidu.com/s?usm=5&wd=rice+%E8%AF%BB%E9%9F%B3&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_dict3_85_18695", + "http://www.baidu.com/s?usm=5&wd=rice+%E8%BF%90%E5%8A%A8&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_bk_polysemy_91_19781", + "http://www.baidu.com/s?usm=5&wd=rice+&ie=utf-8&shine=&rsv_rq=2&rsv_cq=rice", + "http://www.baidu.com/s?usm=5&wd=rice+energy&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_shares_simple_16311_18695", + "http://www.baidu.com/s?usm=5&wd=rice+pudding&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_sp_img_4_18696", + "http://www.baidu.com/s?usm=5&wd=rice+shine&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_dict3_85_18695", + "http://www.baidu.com/s?usm=5&wd=rice+shine&ie=utf-8&rsv_rq=2&rsv_cq=rice", + "http://www.baidu.com/s?usm=5&wd=rice+university%E6%8E%92%E5%90%8D&ie=utf-8&rsv_cq=rice&rsv_dl=0_left_bk_polysemy_91_19781", + "http://www.baidu.com/s?usm=5&wd=rice+university&ie=utf-8&rsv_crq=7&bs=rice", + "http://www.baidu.com/s?usm=5&wd=rice+university&ie=utf-8&rsv_rq=2&rsv_cq=rice", + "http://www.baidu.com/s?usm=5&wd=talk+does+not+cook+rice&ie=utf-8&rsv_crq=7&bs=rice", + "http://www.baidu.com/s?usm=5&wd=turn+o62n+the+cooker+%E7%9A%84%E8%8B%B1%E8%AF%AD%E6%84%8F%E6%80%9D&ie=utf-8&rsv_crq=7&bs=rice", + "http://www.baidu.com/s?wd=%E5%A4%8F%E8%88%AA%E7%87%95&rsp=6&f=1&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo&rsv_ers=xdt1&rs_src=0&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=%E6%9E%97%E7%A7%8B%E7%A6%BB&rsp=6&f=1&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs&rsv_ers=xdt1&rs_src=0&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=%E6%B0%B4%E6%BB%B4%E9%B1%BC&rsp=7&f=1&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo&rsv_ers=xdt1&rs_src=0&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=%E9%99%88%E5%A5%95%E8%BF%85&rsp=7&f=1&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs&rsv_ers=xdt1&rs_src=0&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=bitch&rsp=1&f=1&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo&rsv_ers=xdt1&rs_src=0&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow%20gate&rsp=5&f=1&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo&rsv_ers=xdt1&rs_src=0&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow%E6%98%AF%E4%BB%80%E4%B9%88%E6%84%8F%E6%80%9D&rsp=0&f=1&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo&rsv_ers=xdt1&rs_src=0&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow%E6%B4%97%E9%9D%A2%E5%A5%B6&rsp=4&f=1&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo&rsv_ers=xdt1&rs_src=0&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow%E7%89%9B%E4%B9%B3%E7%9F%B3%E7%A2%B1&rsp=3&f=1&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo&rsv_ers=xdt1&rs_src=0&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow&pn=10&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow&pn=10&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo&rsv_page=1", + "http://www.baidu.com/s?wd=cow&pn=20&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow&pn=30&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow&pn=40&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow&pn=50&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow&pn=60&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow&pn=70&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow&pn=80&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cow&pn=90&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=cowboy&rsp=2&f=1&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo&rsv_ers=xdt1&rs_src=0&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=damien%20rice&rsp=4&f=1&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs&rsv_ers=xdt1&rs_src=0&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=dict.cn@v&vmp_ec=d88059695116284bd0=1ddb1fc148bc68sQY34072u2eYXR4fp12cJX93cac748b&vmp_ectm=1421902338&from=vs", + "http://www.baidu.com/s?wd=dict.hjenglish.com@v&vmp_ec=4fd62a09d810deb51b17c0772712272162map8faGYaJ89X8X=N=bv1L2Qd2bm1oN4usalQR353X8c3b2psd033dd6ca3dd4&vmp_ectm=1421902516&from=vs", + "http://www.baidu.com/s?wd=openrice&rsp=8&f=1&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs&rsv_ers=xdt1&rs_src=0&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice", + "http://www.baidu.com/s?wd=rice%20shine&rsp=1&f=1&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs&rsv_ers=xdt1&rs_src=0&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice%20university&rsp=2&f=1&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs&rsv_ers=xdt1&rs_src=0&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice%E5%8C%96%E5%A6%86%E5%93%81&rsp=0&f=1&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs&rsv_ers=xdt1&rs_src=0&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice%E5%8F%AF%E6%95%B0%E5%90%97&rsp=5&f=1&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs&rsv_ers=xdt1&rs_src=0&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice&pn=10&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice&pn=10&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs&rsv_page=1", + "http://www.baidu.com/s?wd=rice&pn=20&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice&pn=30&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice&pn=40&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice&pn=50&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice&pn=60&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice&pn=70&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice&pn=80&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=rice&pn=90&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=shine&rsp=3&f=1&oq=rice&ie=utf-8&usm=5&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs&rsv_ers=xdt1&rs_src=0&rsv_pq=ba138caa00156672&rsv_t=91ea999z0bCe%2FKS84fpjB6osyns2ywdZJWkB5ufsGovyb6vjW0uOCCGgUCs", + "http://www.baidu.com/s?wd=slamacow&rsp=8&f=1&oq=cow&ie=utf-8&usm=1&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo&rsv_ers=xdt1&rs_src=0&rsv_pq=c8c9c0950015d5b1&rsv_t=1d4d0WV6Bd7hQ2zviBTd4GpxgFrsvWZuuyk%2Fc3qCnWp8xpyKf5PjUG6POAo", + "http://www.baidu.com/s?wd=wenku.baidu.com@v&vmp_ec=6cbc73994e44b1ff3552171167b19c=LJsbhJmX35294d=9vNL91bQ2ammRW66fe1t3b0630Xldcad0171c18219&vmp_ectm=1423751594&from=vs", + "http://www.baidu.com/s?wd=www.alibaba.com@v&vmp_ec=1a8d28450b369c8640e5f8247adfdQXy=G=9JLbs5d746fab5NWvcebdh3mY52iXhl1db3d9b8306Jabfd51b686&vmp_ectm=1422689615&from=vs", + "http://www.baidu.com/s?wd=www.iciba.com@v&vmp_ec=76e7825893592e22b7a2f6cb85=e0Y87b92Jae5d8681cj4d2ilbYS3y05ad7p53desXX8d7a6aaf484&vmp_ectm=1423793450&from=vs", + "http://www.baidu.com/search/jubao.html", + "http://www.baidu.com/tools?url=http%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3D4fGYRYE3103EXGWiwoSECwoaqPOhNJmnDdhktviadddrfPhfB0bIEmZ9C-5rD40HMvmuXzHbE6sx0eDXN82uRURlhqBWxSEEAsDcopR45oq&jump=http%3A%2F%2Fkoubei.baidu.com%2Fwomc%2Fp%2Fsentry%3Ftitle%3D%01%E8%8B%B1%E5%9B%BD%01%E7%89%9B%E6%A0%8F%02cow%03%26%01gate%01%E5%92%8C%01%E8%8B%B1%E5%9B%BD%01%E7%88%B1%01%E4%BB%96%01%E7%BE%8E%01aptamil%01%E7%9A%84%01%E5%90%84%01%E9%98%B6%E6%AE%B5%01%E5%A5%B6%E7%B2%89%01%E6%88%90%E5%88%86%01...%01_%01%E7%99%BE%E5%BA%A6%01%E6%96%87%E5%BA%93%01%26q%3Dcow&key=surl", + "http://www.baidu.com/tools?url=http%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3D5ZOG-lP4vQ04wVSEtLE0XzkPxAfrus_TJiaa71ZlRlZ4ORUL0A3ZVeGsORjINI9SI1nlGNB91WhwFhAMFV3Oiq&jump=http%3A%2F%2Fkoubei.baidu.com%2Fwomc%2Fp%2Fsentry%3Ftitle%3D%02cow%03%E5%92%8C%01cattle%01%E6%9C%89%01%E4%BB%80%E4%B9%88%01%E5%8C%BA%E5%88%AB%01%3F%01_%01%E7%99%BE%E5%BA%A6%01%E7%9F%A5%E9%81%93%01%26q%3Dcow&key=surl", + "http://www.baidu.com/tools?url=http%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3DZiuBjGeK1E76aj5cZ67DHdQQ22CS2GES5-RTRs8Ftrq&jump=http%3A%2F%2Fkoubei.baidu.com%2Fwomc%2Fp%2Fsentry%3Ftitle%3D%02rice%03%E6%98%AF%01%E4%BB%80%E4%B9%88%01%E6%84%8F%E6%80%9D%01_%02rice%03%E5%9C%A8%E7%BA%BF%01%E7%BF%BB%E8%AF%91%01_%01%E8%8B%B1%E8%AF%AD%01_%01%E8%AF%BB%E9%9F%B3%01_%01%E7%94%A8%E6%B3%95%01_%01%E4%BE%8B%E5%8F%A5%01_%01%E6%B5%B7%01%E8%AF%8D%01%E8%AF%8D%E5%85%B8%01%26q%3Drice&key=surl", + "http://www.baidu.com/tools?url=http%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3DeCGhptcKK0fi97BuZ9xgkWdGYsEt_djulZTRtamy-ua0QM1iEs0vFMbUD4j-7_-V&jump=http%3A%2F%2Fkoubei.baidu.com%2Fwomc%2Fp%2Fsentry%3Ftitle%3D%02COW%03%20%01Home%01%20%01Page%01%26q%3Dcow&key=surl", + "http://www.baidu.com/tools?url=http%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3DgXzI1QxNql8nbgG9hnPwt335uvqv735jGjwlZsE82wa&jump=http%3A%2F%2Fkoubei.baidu.com%2Fwomc%2Fp%2Fsentry%3Ftitle%3D%02cow%03%E6%98%AF%01%E4%BB%80%E4%B9%88%01%E6%84%8F%E6%80%9D%01_%02cow%03%E5%9C%A8%E7%BA%BF%01%E7%BF%BB%E8%AF%91%01_%01%E8%8B%B1%E8%AF%AD%01_%01%E8%AF%BB%E9%9F%B3%01_%01%E7%94%A8%E6%B3%95%01_%01%E4%BE%8B%E5%8F%A5%01_%01%E6%B5%B7%01%E8%AF%8D%01%E8%AF%8D%E5%85%B8%01%26q%3Dcow&key=surl", + "http://www.baidu.com/tools?url=http%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3DhCw3pbQDSBZDszkVHBiOAozgiOqb0myBjBeQkmRYoCW-7Gpsl_mj6Z7VQ01Yk59PI8nEhpaCHs3YGZgfGYJYgiA3n7U3Jju1TmPK4HkOWkS&jump=http%3A%2F%2Fkoubei.baidu.com%2Fwomc%2Fp%2Fsentry%3Ftitle%3D%02cow%03patty%01%E5%9F%BA%E6%9C%AC%01%E7%9A%84%01WPAP%01MK%01%20%01Hash%01%E5%88%B6%E4%BD%9C%01%E6%96%B9%E6%B3%95%01%E5%8F%8A%01%E5%9C%A8%01%E8%BF%9B%E8%A1%8C%01WPA%01_%01%E7%99%BE%E5%BA%A6%01%E6%96%87%E5%BA%93%01%26q%3Dcow&key=surl", + "http://www.baidu.com/tools?url=http%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3DyExAUMhbcbFJGucl4E_Y6wWmfiM7acjFAiIk8hc5PBra0IRAqA4VF3gM1uZMY4kA&jump=http%3A%2F%2Fkoubei.baidu.com%2Fwomc%2Fp%2Fsentry%3Ftitle%3D%02cow%03%E6%98%AF%01%E4%BB%80%E4%B9%88%01%E6%84%8F%E6%80%9D%01_%01%E8%8B%B1%E8%AF%AD%01%E5%9C%A8%E7%BA%BF%01%E7%BF%BB%E8%AF%91%01_%02cow%03%E7%9A%84%01%E7%BF%BB%E8%AF%91%01%E3%80%81%01%E5%90%AB%E4%B9%89%01%E3%80%81%01%E8%AF%BB%E9%9F%B3%01%E3%80%81%01%E7%94%A8%E6%B3%95%01%E3%80%81%01%E5%8F%82%E8%80%83%01...%26q%3Dcow&key=surl", + "http://www.baidu.com/tools?url=http%3A%2F%2Fwww.baidu.com%2Flink%3Furl%3DykyTc8nDilX5xrZgUu4fy5HH-nrWl6nEcWRQ83qE0b--0AKxgwQgC7-JYvWHDopL&jump=http%3A%2F%2Fkoubei.baidu.com%2Fwomc%2Fp%2Fsentry%3Ftitle%3D%02cow%03%E6%98%AF%01%E4%BB%80%E4%B9%88%01%E6%84%8F%E6%80%9D%01_%02cow%03%E7%9A%84%01%E7%BF%BB%E8%AF%91%01_%01%E9%9F%B3%E6%A0%87%01_%01%E8%AF%BB%E9%9F%B3%01_%01%E7%94%A8%E6%B3%95%01_%01%E4%BE%8B%E5%8F%A5%01_%01%E7%88%B1%01%E8%AF%8D%E9%9C%B8%01%E5%9C%A8%E7%BA%BF%01%E8%AF%8D%E5%85%B8%01%26q%3Dcow&key=surl", + "http://www.bbc.co.uk/news/world/us_and_canada/", + "http://www.beautybar.com/", + "http://www.bloomberg.com/", + "http://www.bloomberg.com/news/articles/2015-02-12/greece-germany-said-to-offer-compromises-on-aid-terms", + "http://www.bookdepository.com/", + "http://www.bookworm.com", + "http://www.bostonglobe.com/", + "http://www.bravenewfilms.org/", + "http://www.businessinsider.com/", + "http://www.businessweek.com/blogs/joshua-green-on-politics", + "http://www.buzzfeed.com/", + "http://www.c-span.org", + "http://www.casa.com/", + "http://www.cbsnews.com/", + "http://www.cbsnews.com/news/trip-to-dentist-saves-oklahoma-girls-life/?ftag=YHF4eb9d17", + "http://www.chicagotribune.com/", + "http://www.cnn.com/", + "http://www.cnn.com/2015/02/12/us/chapel-hill-shooting-suspect-craig-hicks/index.html", + "http://www.cnn.com/go/?stream=CNN", + "http://www.cnn.com/interactive/2015/02/living/soulmate-stories/", + "http://www.cnn.com/interactive/2015/02/living/soulmate-stories/?frame=1", + "http://www.cnn.com/specials/cnn-investigations", + "http://www.cnn.com/specials/opinion/opinion-politics", + "http://www.cnn.com/specials/photos", + "http://www.createspace.com/", + "http://www.csmonitor.com/", + "http://www.dailymail.co.uk/ushome/index.html", + "http://www.dailymotion.com/video/x2fgqgd_%EC%A0%84%EC%84%A4%EC%9D%98-%EB%A7%88%EB%85%80-e27-150124_tv", + "http://www.dailymotion.com/video/x2fmt7e_american-sniper-boasts-64m-in-second-weekend_people", + "http://www.dailymotion.com/video/x2fo8zl_instagram-tops-twitter_tech", + "http://www.dailymotion.com/video/x2g1luy_insurgent-official-super-bowl-trailer-2015-divergent-series-movie-hd-youtube_shortfilms", + "http://www.dailymotion.com/video/x2g6mt9_the-best-of-the-2015-super-bowl-commercials_lifestyle", + "http://www.dailymotion.com/video/x2gfkej_the-lazarus-effect-official-trailer-2-2015-olivia-wilde-mark-duplass-movie-hd_shortfilms", + "http://www.dailymotion.com/video/x2giiyq_men-in-black-alien-prank_fun", + "http://www.dailymotion.com/video/x2gowr1_%EC%8A%88%ED%8D%BC%EB%A7%A8%EC%9D%B4-%EB%8F%8C%EC%95%84%EC%99%94%EB%8B%A4-e64_lifestyle", + "http://www.dailymotion.com/video/x2gs453_rone-sing-song_music", + "http://www.dailymotion.com/video/x2gs79b_%EB%B9%84%EC%A0%95%EC%83%81%ED%9A%8C%EB%8B%B4-e32_webcam", + "http://www.dailymotion.com/video/x2gvfe6_10-things-you-didn-t-know-about-the-joker_fun", + "http://www.dailymotion.com/video/x2gvmtr_days-of-my-youth-getting-high-on-powder_sport", + "http://www.dailymotion.com/video/x2gw99m_best-fails-of-the-week-1-february-2015-failarmy_fun", + "http://www.dailymotion.com/video/x2gwbj4_25-things-no-man-should-ever-wear-again_lifestyle", + "http://www.dailymotion.com/video/x2gwerv_oreo-set-to-release-s-mores-limited-edition-flavor_lifestyle", + "http://www.dailymotion.com/video/x2gwfbh_dps-cinematic-inversions_sport", + "http://www.dailymotion.com/video/x2gwoat_pitch-perfect-2-movie_shortfilms", + "http://www.dailymotion.com/video/x2gwzy5_raven-s-cry-gameplay_videogames", + "http://www.dailymotion.com/video/x2gx5ot_gtn-killzone-5-teased-minecraft-is-youtube-steam-mystery-sale_videogames", + "http://www.dailymotion.com/video/x2gxcw0_chris-elliott-sings-to-dave-with-love-david-letterman_tv", + "http://www.dailymotion.com/video/x2gxqud_a-ap-rocky-lord-pretty-flacko-jodye-2-bmf_music", + "http://www.dailymotion.com/video/x2gxqxu_kids-swim-with-40-tonne-humpback-whale_lifestyle", + "http://www.dailymotion.com/video/x2gxzf7_top-10-comic-book-supervillains_shortfilms", + "http://www.dailymotion.com/video/x2gy1ol_fifty-shades-of-buscemi-steve-s-buscemi-s-brilliant-fifty-shades-of-grey-parody_lifestyle", + "http://www.dailymotion.com/video/x2gyfio_call-of-duty-advanced-warfare-championship-premium-personalization-pack-trailer-2015-xbox-one_videogames", + "http://www.democracyarsenal.org/", + "http://www.democracynow.org/", + "http://www.deviantart.com/", + "http://www.deviantart.com/?day=2015-02-11", + "http://www.deviantart.com/browse/?q=special%3Acritiquable", + "http://www.deviantart.com/browse/all/", + "http://www.deviantart.com/browse/undiscovered/", + "http://www.deviantart.com/browse/whatshot ", + "http://www.deviantart.com/browse/whatshot/", + "http://www.deviantart.com/critiques/", + "http://www.deviantart.com/dailydeviations", + "http://www.deviantart.com/dailydeviations/", + "http://www.deviantart.com/developers", + "http://www.deviantart.com/journals/", + "http://www.deviantart.com/mobile", + "http://www.deviantart.com/random/deviant", + "http://www.deviantart.com/random/deviation", + "http://www.deviantart.com/random/group", + "http://www.deviantart.com/submit/deviation", + "http://www.deviantart.com/tag/2015", + "http://www.deviantart.com/tag/adamwest", + "http://www.deviantart.com/tag/art", + "http://www.deviantart.com/tag/artist", + "http://www.deviantart.com/tag/batman", + "http://www.deviantart.com/tag/captainstone", + "http://www.deviantart.com/tag/charlesdarwin", + "http://www.deviantart.com/tag/collection", + "http://www.deviantart.com/tag/comics", + "http://www.deviantart.com/tag/contests", + "http://www.deviantart.com/tag/cosplayfriday", + "http://www.deviantart.com/tag/darwin", + "http://www.deviantart.com/tag/depthradius", + "http://www.deviantart.com/tag/deviantart", + "http://www.deviantart.com/tag/digitalpainting", + "http://www.deviantart.com/tag/discover", + "http://www.deviantart.com/tag/doctorwho", + "http://www.deviantart.com/tag/dowagercountess", + "http://www.deviantart.com/tag/downtonabbey", + "http://www.deviantart.com/tag/evolution", + "http://www.deviantart.com/tag/eyes", + "http://www.deviantart.com/tag/fairies", + "http://www.deviantart.com/tag/fairy", + "http://www.deviantart.com/tag/fanartfriday", + "http://www.deviantart.com/tag/fantasy", + "http://www.deviantart.com/tag/fastandfurious", + "http://www.deviantart.com/tag/ff", + "http://www.deviantart.com/tag/finalfantasy", + "http://www.deviantart.com/tag/food", + "http://www.deviantart.com/tag/foodinfocus", + "http://www.deviantart.com/tag/foodphotography", + "http://www.deviantart.com/tag/forest", + "http://www.deviantart.com/tag/furious7", + "http://www.deviantart.com/tag/gazeing", + "http://www.deviantart.com/tag/gothamcity", + "http://www.deviantart.com/tag/graveyard", + "http://www.deviantart.com/tag/horsestock", + "http://www.deviantart.com/tag/india", + "http://www.deviantart.com/tag/indiancuisine", + "http://www.deviantart.com/tag/inspired", + "http://www.deviantart.com/tag/landscape", + "http://www.deviantart.com/tag/madefire", + "http://www.deviantart.com/tag/marvel", + "http://www.deviantart.com/tag/marvelcomics", + "http://www.deviantart.com/tag/optimistic", + "http://www.deviantart.com/tag/painting", + "http://www.deviantart.com/tag/paulwalker", + "http://www.deviantart.com/tag/poll", + "http://www.deviantart.com/tag/projectporkchop", + "http://www.deviantart.com/tag/spiderman", + "http://www.deviantart.com/tag/squareenix", + "http://www.deviantart.com/tag/stare", + "http://www.deviantart.com/tag/strawberry", + "http://www.deviantart.com/tag/superhero", + "http://www.deviantart.com/tag/thelegendofkorra", + "http://www.deviantart.com/tag/theory", + "http://www.deviantart.com/tag/trending", + "http://www.deviantart.com/tag/valentinesday", + "http://www.deviantart.com/tag/vindiesel", + "http://www.deviantart.com/tag/woodland", + "http://www.deviantart.com/tag/woods", + "http://www.deviantart.com/today", + "http://www.deviantart.com/today/", + "http://www.deviantart.com?q=special:critiquable", + "http://www.diapers.com/", + "http://www.digg.com/", + "http://www.djreprints.com/?mod=WSJ_footer", + "http://www.dowjones.com/careers.asp?mod=WSJ_footer", + "http://www.dpreview.com/", + "http://www.eastdane.com/welcome", + "http://www.efinancialnews.com/", + "http://www.engadget.com", + "http://www.eonline.com/", + "http://www.ew.com/ew/", + "http://www.fabric.com/", + "http://www.facebook.com/dailymotion", + "http://www.facebook.com/wsj", + "http://www.flickr.com/explore/", + "http://www.flickr.com/photos/105648158@N08/16318038039/in/explore-2015-02-11/lightbox/?yc=https://www.yahoo.com", + "http://www.flickr.com/photos/82651834@N03/16312768159/in/explore-2015-02-11/lightbox/?yc=https://www.yahoo.com", + "http://www.flickr.com/photos/91675653@N06/15875765504/in/explore-2015-02-11/lightbox/?yc=https://www.yahoo.com", + "http://www.flickr.com/photos/alfredlockwood/15880516033/in/explore-2015-02-11/lightbox/?yc=https://www.yahoo.com", + "http://www.flickr.com/photos/baironrivera/16310149898/in/explore-2015-02-11/lightbox/?yc=https://www.yahoo.com", + "http://www.flickr.com/photos/ian_white/15877253183/in/explore-2015-02-11/lightbox/?yc=https://www.yahoo.com", + "http://www.flickr.com/photos/jessicalaruemccann/16314999170/in/explore-2015-02-11/lightbox/?yc=https://www.yahoo.com", + "http://www.flickr.com/photos/joethephotog/16311382547/in/explore-2015-02-11/lightbox/?yc=https://www.yahoo.com", + "http://www.flickr.com/photos/matteotidili/16315278087/in/explore-2015-02-11/lightbox/?yc=https://www.yahoo.com", + "http://www.flickr.com/photos/tooeasyduzzit/16473659826/in/explore-2015-02-11/lightbox/?yc=https://www.yahoo.com", + "http://www.fodors.com/trip-ideas/?ref=banner_fd_cnn_tripideasgen1_0215", + "http://www.fodors.com/trip-ideas/?ref=banner_fd_cnn_tripideasgen2_0215", + "http://www.fodors.com/trip-ideas/family/?ref=banner_fd_cnn_tripideasfam_0215", + "http://www.fodors.com/trip-ideas/foodie/?ref=banner_fd_cnn_tripideasfood_0215", + "http://www.fodors.com/trip-ideas/romantic/?ref=banner_fd_cnn_tripideasrom_0215", + "http://www.forbes.com/", + "http://www.foreignaffairs.com/", + "http://www.foreignpolicy.com/", + "http://www.foxnews.com/", + "http://www.ft.com/home/us", + "http://www.funnyordie.com/", + "http://www.goodreads.com/", + "http://www.google.com/history/optout?hl=en", + "http://www.google.com/intl/en/options/", + "http://www.guardiannews.com/", + "http://www.haaretz.com/", + "http://www.hao123.com", + "http://www.hlntv.com/video/2015/02/12/fifty-shades-of-grey-bear", + "http://www.huffingtonpost.com/", + "http://www.huffingtonpost.com/#blog_links", + "http://www.huffingtonpost.com/2015/02/09/brian-williams-david-westin_n_6645830.html?ir=Media", + "http://www.huffingtonpost.com/2015/02/09/bruce-rauner-unions_n_6648818.html?ir=Politics", + "http://www.huffingtonpost.com/2015/02/09/health-trends-2015_n_6574446.html?ir=Healthy+Living", + "http://www.huffingtonpost.com/2015/02/09/mental-health-apps_n_6622358.html?ir=Healthy+Living", + "http://www.huffingtonpost.com/2015/02/09/mequilibrium-stress-tip_n_6632980.html?ir=Healthy+Living", + "http://www.huffingtonpost.com/2015/02/09/putin-ultimatums_n_6643536.html?ir=WorldPost", + "http://www.huffingtonpost.com/2015/02/09/saudi-women-drivers_n_6649896.html?ir=WorldPost", + "http://www.huffingtonpost.com/2015/02/09/supreme-court-gay-marriage-clarence-thomas_n_6646404.html?ir=Politics", + "http://www.huffingtonpost.com/2015/02/09/your-samsung-tv-is-spying-on-you_n_6647762.html?ir=Technology", + "http://www.huffingtonpost.com/2015/02/10/alabama-gay-marriage-legal-changes_n_6653912.html?ir=Comedy", + "http://www.huffingtonpost.com/2015/02/10/anwar-ibrahim-sodomy-conviction_n_6650188.html?ir=WorldPost", + "http://www.huffingtonpost.com/2015/02/10/bill-oreilly-brian-williams-jimmy-kimmel_n_6653428.html?ir=Media", + "http://www.huffingtonpost.com/2015/02/10/brian-williams-suspended-nbc_n_6657292.html?ir=Media", + "http://www.huffingtonpost.com/2015/02/10/david-axelrod-obama_n_6649688.html?ir=Politics", + "http://www.huffingtonpost.com/2015/02/10/federal-dietary-guidelines_n_6657388.html?ir=Healthy+Living", + "http://www.huffingtonpost.com/2015/02/10/foreign-fighters-syria-iraq_n_6656114.html?ir=WorldPost", + "http://www.huffingtonpost.com/2015/02/10/how-to-find-more-time_n_6655578.html", + "http://www.huffingtonpost.com/2015/02/10/kayla-mueller-killed-isis_n_6633708.html?ir=WorldPost", + "http://www.huffingtonpost.com/2015/02/10/megyn-kelly-melissa-perry-duck-eric-holder-interview_n_6652134.html?ir=Media", + "http://www.huffingtonpost.com/2015/02/10/michelle-obama-macaroni-cheese_n_6653952.html?ir=Politics", + "http://www.huffingtonpost.com/2015/02/10/miley-cyrus-porn-festival_n_6652084.html?ir=Entertainment", + "http://www.huffingtonpost.com/2015/02/10/obama-maureen-dowd_n_6652240.html?ir=Media", + "http://www.huffingtonpost.com/2015/02/10/obama-same-sex-marriage_n_6652892.html?ir=Politics", + "http://www.huffingtonpost.com/2015/02/10/preventive-screening-recommendations_n_6647996.html?ir=Healthy+Living", + "http://www.huffingtonpost.com/2015/02/10/tiny-hamsters-valentines-day-video_n_6653072.html?ir=Comedy", + "http://www.huffingtonpost.com/2015/02/10/tk-valentines-day-jokes_n_6656140.html?ir=Comedy", + "http://www.huffingtonpost.com/2015/02/11/amanda-charchian-photos_n_6647882.html", + "http://www.huffingtonpost.com/2015/02/11/amanda-charchian-photos_n_6647882.html#comments", + "http://www.huffingtonpost.com/2015/02/11/amazon-prime-shipping-late_n_6661586.html", + "http://www.huffingtonpost.com/2015/02/11/amazon-prime-shipping-late_n_6661586.html#comments", + "http://www.huffingtonpost.com/2015/02/11/closest-tropical-island_n_6618754.html", + "http://www.huffingtonpost.com/2015/02/11/closest-tropical-island_n_6618754.html#comments", + "http://www.huffingtonpost.com/2015/02/11/diane-sawyer-marriage-advice_n_6660978.html", + "http://www.huffingtonpost.com/2015/02/11/diane-sawyer-marriage-advice_n_6660978.html#comments", + "http://www.huffingtonpost.com/2015/02/11/fitness-apps_n_6662344.html?ir=Technology", + "http://www.huffingtonpost.com/2015/02/11/friends-behind-scenes_n_6647948.html?ir=Entertainment", + "http://www.huffingtonpost.com/2015/02/11/grammys-race-problem_n_6663640.html?ir=Entertainment", + "http://www.huffingtonpost.com/2015/02/11/kanye-beck-interview_n_6661452.html?ir=Entertainment", + "http://www.huffingtonpost.com/2015/02/11/office-of-the-future_n_6649574.html?ir=Business", + "http://www.huffingtonpost.com/2015/02/11/phone-app-updates_n_6574002.html?ir=Technology", + "http://www.huffingtonpost.com/2015/02/11/powerball-jackpot-500-million_n_6663206.html?ir=Business", + "http://www.huffingtonpost.com/2015/02/11/replace-jon-stewart-daily-show_n_6661958.html?ir=Comedy", + "http://www.huffingtonpost.com/2015/02/11/retro-gadgets_n_6573996.html?ir=Technology", + "http://www.huffingtonpost.com/2015/02/11/smartphone-theft_n_6658196.html?ir=Technology", + "http://www.huffingtonpost.com/2015/02/11/west-coast-port-shutdown_n_6664872.html?ir=Business", + "http://www.huffingtonpost.com/2015/02/12/abandoned-mall-snow-dystopia_n_6656318.html", + "http://www.huffingtonpost.com/2015/02/12/abandoned-mall-snow-dystopia_n_6656318.html#comments", + "http://www.huffingtonpost.com/2015/02/12/abandoned-mall-snow-dystopia_n_6656318.html?ir=Business", + "http://www.huffingtonpost.com/2015/02/12/alabama-gay-marriage_n_6670838.html", + "http://www.huffingtonpost.com/2015/02/12/alabama-gay-marriage_n_6670838.html#comments", + "http://www.huffingtonpost.com/2015/02/12/alabama-police-grandfather-paralyzed_n_6672302.html", + "http://www.huffingtonpost.com/2015/02/12/alabama-police-grandfather-paralyzed_n_6672302.html#comments", + "http://www.huffingtonpost.com/2015/02/12/amy-pascal-fired_n_6673222.html", + "http://www.huffingtonpost.com/2015/02/12/amy-pascal-fired_n_6673222.html#comments", + "http://www.huffingtonpost.com/2015/02/12/bill-walton-michael-jordan_n_6672370.html", + "http://www.huffingtonpost.com/2015/02/12/bill-walton-michael-jordan_n_6672370.html#comments", + "http://www.huffingtonpost.com/2015/02/12/bobbi-kristina-car-crash_n_6673930.html", + "http://www.huffingtonpost.com/2015/02/12/bobbi-kristina-car-crash_n_6673930.html#comments", + "http://www.huffingtonpost.com/2015/02/12/boko-haram-nigeria_n_6670534.html", + "http://www.huffingtonpost.com/2015/02/12/boko-haram-nigeria_n_6670534.html#comments", + "http://www.huffingtonpost.com/2015/02/12/broken-engagement_n_6608126.html", + "http://www.huffingtonpost.com/2015/02/12/broken-engagement_n_6608126.html#comments", + "http://www.huffingtonpost.com/2015/02/12/carol-alt-aging-_n_6670702.html", + "http://www.huffingtonpost.com/2015/02/12/carol-alt-aging-_n_6670702.html#comments", + "http://www.huffingtonpost.com/2015/02/12/chapel-hill-muslims-fbi_n_6673026.html", + "http://www.huffingtonpost.com/2015/02/12/chapel-hill-muslims-fbi_n_6673026.html#comments", + "http://www.huffingtonpost.com/2015/02/12/charles-barkley-leeds_n_6672796.html#comments", + "http://www.huffingtonpost.com/2015/02/12/chelsea-manning-hormone-treatment_n_6674392.html", + "http://www.huffingtonpost.com/2015/02/12/chelsea-manning-hormone-treatment_n_6674392.html#comments", + "http://www.huffingtonpost.com/2015/02/12/cnn-jon-stewart_n_6672632.html", + "http://www.huffingtonpost.com/2015/02/12/cnn-jon-stewart_n_6672632.html#comments", + "http://www.huffingtonpost.com/2015/02/12/connor-franta-first-date-video_n_6671066.html", + "http://www.huffingtonpost.com/2015/02/12/connor-franta-first-date-video_n_6671066.html#comments", + "http://www.huffingtonpost.com/2015/02/12/costco-amex_n_6669112.html?ir=Business", + "http://www.huffingtonpost.com/2015/02/12/daily-show-jon-stewart-replacement_n_6668604.html?ir=Comedy", + "http://www.huffingtonpost.com/2015/02/12/danny-masterson-scientology_n_6669692.html", + "http://www.huffingtonpost.com/2015/02/12/danny-masterson-scientology_n_6669692.html#comments", + "http://www.huffingtonpost.com/2015/02/12/david-carr-new-york-times-dead_n_6675044.html", + "http://www.huffingtonpost.com/2015/02/12/david-carr-new-york-times-dead_n_6675044.html#comments", + "http://www.huffingtonpost.com/2015/02/12/dog-sneaks-into-hospital-sick-owner-video_n_6672222.html", + "http://www.huffingtonpost.com/2015/02/12/dog-sneaks-into-hospital-sick-owner-video_n_6672222.html#comments", + "http://www.huffingtonpost.com/2015/02/12/dogs-on-trains_n_6672722.html", + "http://www.huffingtonpost.com/2015/02/12/dogs-on-trains_n_6672722.html#comments", + "http://www.huffingtonpost.com/2015/02/12/dominican-journalists-death-threats_n_6674160.html", + "http://www.huffingtonpost.com/2015/02/12/dominican-journalists-death-threats_n_6674160.html#comments", + "http://www.huffingtonpost.com/2015/02/12/elizabeth-warren-applauded_n_6671548.html", + "http://www.huffingtonpost.com/2015/02/12/elizabeth-warren-applauded_n_6671548.html#comments", + "http://www.huffingtonpost.com/2015/02/12/emile-hirsch-chokehold-as_n_6674162.html", + "http://www.huffingtonpost.com/2015/02/12/emile-hirsch-chokehold-as_n_6674162.html#comments", + "http://www.huffingtonpost.com/2015/02/12/facebook-breastfeeding-photo-jade-beall_n_6671530.html", + "http://www.huffingtonpost.com/2015/02/12/facebook-breastfeeding-photo-jade-beall_n_6671530.html#comments", + "http://www.huffingtonpost.com/2015/02/12/family-feud-answer_n_6670198.html", + "http://www.huffingtonpost.com/2015/02/12/family-feud-answer_n_6670198.html#comments", + "http://www.huffingtonpost.com/2015/02/12/fifty-shades-of-grey-ana-orgasm_n_6656162.html", + "http://www.huffingtonpost.com/2015/02/12/fifty-shades-of-grey-ana-orgasm_n_6656162.html#comments", + "http://www.huffingtonpost.com/2015/02/12/fifty-shades-of-grey-worst-movie-ever-news-anchor_n_6671622.html", + "http://www.huffingtonpost.com/2015/02/12/fifty-shades-of-grey-worst-movie-ever-news-anchor_n_6671622.html#comments", + "http://www.huffingtonpost.com/2015/02/12/gloria-allred-linda-brown-lise-lotte-lublin-bill-cosby_n_6672366.html", + "http://www.huffingtonpost.com/2015/02/12/gloria-allred-linda-brown-lise-lotte-lublin-bill-cosby_n_6672366.html#comments", + "http://www.huffingtonpost.com/2015/02/12/heat-map-microwave-video_n_6669570.html", + "http://www.huffingtonpost.com/2015/02/12/heat-map-microwave-video_n_6669570.html#comments", + "http://www.huffingtonpost.com/2015/02/12/hillary-clinton-weighs-in_n_6674900.html#comments", + "http://www.huffingtonpost.com/2015/02/12/isis-iraq-al-baghdadi_n_6674538.html", + "http://www.huffingtonpost.com/2015/02/12/isis-iraq-al-baghdadi_n_6674538.html#comments", + "http://www.huffingtonpost.com/2015/02/12/james-comey-fbi-race-law-enforcement_n_6671030.html", + "http://www.huffingtonpost.com/2015/02/12/james-comey-fbi-race-law-enforcement_n_6671030.html#comments", + "http://www.huffingtonpost.com/2015/02/12/jamie-brewer-new-york-fashion-week_n_6670766.html", + "http://www.huffingtonpost.com/2015/02/12/jamie-brewer-new-york-fashion-week_n_6670766.html#comments", + "http://www.huffingtonpost.com/2015/02/12/janet-jackson-resurfaces-milan_n_6669634.html?ir=Entertainment", + "http://www.huffingtonpost.com/2015/02/12/john-kitzhaber-resignation_n_6672816.html", + "http://www.huffingtonpost.com/2015/02/12/john-kitzhaber-resignation_n_6672816.html#comments", + "http://www.huffingtonpost.com/2015/02/12/johnny-cash-love-letter-june-cash_n_6673450.html", + "http://www.huffingtonpost.com/2015/02/12/johnny-cash-love-letter-june-cash_n_6673450.html#comments", + "http://www.huffingtonpost.com/2015/02/12/kristin-beck_n_6673744.html", + "http://www.huffingtonpost.com/2015/02/12/kristin-beck_n_6673744.html#comments", + "http://www.huffingtonpost.com/2015/02/12/letterman-belichick-deflategate-video_n_6670812.html", + "http://www.huffingtonpost.com/2015/02/12/letterman-belichick-deflategate-video_n_6670812.html#comments", + "http://www.huffingtonpost.com/2015/02/12/mitch-mcconnell-filibuster-rules_n_6671474.html", + "http://www.huffingtonpost.com/2015/02/12/mitch-mcconnell-filibuster-rules_n_6671474.html#comments", + "http://www.huffingtonpost.com/2015/02/12/nebraska-transcanada-keystone-eminent-domain_n_6673552.html", + "http://www.huffingtonpost.com/2015/02/12/nebraska-transcanada-keystone-eminent-domain_n_6673552.html#comments", + "http://www.huffingtonpost.com/2015/02/12/net-neutrality-advocates-_0_n_6670850.html", + "http://www.huffingtonpost.com/2015/02/12/net-neutrality-advocates-_0_n_6670850.html#comments", + "http://www.huffingtonpost.com/2015/02/12/obama-immigration-lawsuit_n_6672956.html", + "http://www.huffingtonpost.com/2015/02/12/obama-immigration-lawsuit_n_6672956.html#comments", + "http://www.huffingtonpost.com/2015/02/12/obama-islamic-state-war_n_6673320.html", + "http://www.huffingtonpost.com/2015/02/12/obama-islamic-state-war_n_6673320.html#comments", + "http://www.huffingtonpost.com/2015/02/12/oklahoma-gas-chamber_n_6657120.html", + "http://www.huffingtonpost.com/2015/02/12/oklahoma-gas-chamber_n_6657120.html#comments", + "http://www.huffingtonpost.com/2015/02/12/pot-roast-recipes_n_6661058.html", + "http://www.huffingtonpost.com/2015/02/12/pot-roast-recipes_n_6661058.html#comments", + "http://www.huffingtonpost.com/2015/02/12/rabbi-barry-freundel-women_n_6673064.html", + "http://www.huffingtonpost.com/2015/02/12/rabbi-barry-freundel-women_n_6673064.html#comments", + "http://www.huffingtonpost.com/2015/02/12/republicans-latino-vote_n_6674056.html", + "http://www.huffingtonpost.com/2015/02/12/republicans-latino-vote_n_6674056.html#comments", + "http://www.huffingtonpost.com/2015/02/12/republicans-mortgage-settlement_n_6674216.html", + "http://www.huffingtonpost.com/2015/02/12/republicans-mortgage-settlement_n_6674216.html#comments", + "http://www.huffingtonpost.com/2015/02/12/romantic-literary-gifts-t_n_6662850.html", + "http://www.huffingtonpost.com/2015/02/12/romantic-literary-gifts-t_n_6662850.html#comments", + "http://www.huffingtonpost.com/2015/02/12/sam-labs_n_6673588.html", + "http://www.huffingtonpost.com/2015/02/12/sam-labs_n_6673588.html#comments", + "http://www.huffingtonpost.com/2015/02/12/scott-walker-evolution_n_6671786.html", + "http://www.huffingtonpost.com/2015/02/12/scott-walker-evolution_n_6671786.html#comments", + "http://www.huffingtonpost.com/2015/02/12/shell-ceo-climate-change_n_6671800.html", + "http://www.huffingtonpost.com/2015/02/12/shell-ceo-climate-change_n_6671800.html#comments", + "http://www.huffingtonpost.com/2015/02/12/simpsons-theory_n_6671650.html", + "http://www.huffingtonpost.com/2015/02/12/simpsons-theory_n_6671650.html#comments", + "http://www.huffingtonpost.com/2015/02/12/simpsons-theory_n_6671650.html?ncid=txtlnkusaolp00000592", + "http://www.huffingtonpost.com/2015/02/12/story_n_6674676.html#comments", + "http://www.huffingtonpost.com/2015/02/12/sudan-fighting-video_n_6670296.html", + "http://www.huffingtonpost.com/2015/02/12/sudan-fighting-video_n_6670296.html#comments", + "http://www.huffingtonpost.com/2015/02/12/the-daily-show-jason-jones-jon-stewart_n_6671476.html", + "http://www.huffingtonpost.com/2015/02/12/the-daily-show-jason-jones-jon-stewart_n_6671476.html#comments", + "http://www.huffingtonpost.com/2015/02/12/tyler-harber-guilty-super-pac_n_6673038.html", + "http://www.huffingtonpost.com/2015/02/12/tyler-harber-guilty-super-pac_n_6673038.html#comments", + "http://www.huffingtonpost.com/2015/02/12/university-of-arkansas-sexual-assault-expulsion_n_6646262.html", + "http://www.huffingtonpost.com/2015/02/12/university-of-arkansas-sexual-assault-expulsion_n_6646262.html#comments", + "http://www.huffingtonpost.com/2015/02/12/vigil-chapel-hill-shooting_n_6666366.html", + "http://www.huffingtonpost.com/2015/02/12/vigil-chapel-hill-shooting_n_6666366.html#comments", + "http://www.huffingtonpost.com/2015/02/12/vince-lombardi-cardigan-_n_6661970.html", + "http://www.huffingtonpost.com/2015/02/12/vince-lombardi-cardigan-_n_6661970.html#comments", + "http://www.huffingtonpost.com/2015/02/12/west-virginia-lgbt-discrimination_n_6674540.html", + "http://www.huffingtonpost.com/2015/02/12/west-virginia-lgbt-discrimination_n_6674540.html#comments", + "http://www.huffingtonpost.com/2015/02/12/with-these-hires-congress_n_6674772.html#comments", + "http://www.huffingtonpost.com/2015/02/12/yemen-civil-war_n_6668462.html", + "http://www.huffingtonpost.com/2015/02/12/yemen-civil-war_n_6668462.html#comments", + "http://www.huffingtonpost.com/50/", + "http://www.huffingtonpost.com/?country=BR", + "http://www.huffingtonpost.com/?country=CA", + "http://www.huffingtonpost.com/?country=DE", + "http://www.huffingtonpost.com/?country=ES", + "http://www.huffingtonpost.com/?country=FR", + "http://www.huffingtonpost.com/?country=GR", + "http://www.huffingtonpost.com/?country=IN", + "http://www.huffingtonpost.com/?country=IT", + "http://www.huffingtonpost.com/?country=JP", + "http://www.huffingtonpost.com/?country=KR", + "http://www.huffingtonpost.com/?country=MG", + "http://www.huffingtonpost.com/?country=UK", + "http://www.huffingtonpost.com/?country=US", + "http://www.huffingtonpost.com/?m=true", + "http://www.huffingtonpost.com/adam-levin", + "http://www.huffingtonpost.com/adam-levin/", + "http://www.huffingtonpost.com/adam-levin/are-you-your-own-worst-en_b_6666274.html", + "http://www.huffingtonpost.com/arts/", + "http://www.huffingtonpost.com/big-news/", + "http://www.huffingtonpost.com/big-news/#homepage", + "http://www.huffingtonpost.com/bill-mckibben", + "http://www.huffingtonpost.com/bill-mckibben/", + "http://www.huffingtonpost.com/bill-mckibben/why-you-should-join-globa_b_6670628.html", + "http://www.huffingtonpost.com/bill-mckibben/why-you-should-join-globa_b_6670628.html?utm_hp_ref=homepage", + "http://www.huffingtonpost.com/bill-mckibben/why-you-should-join-globa_b_6670628.html?utm_hp_ref=yahoo&ir=Yahoo", + "http://www.huffingtonpost.com/black-voices/", + "http://www.huffingtonpost.com/books/", + "http://www.huffingtonpost.com/brian-levin-jd", + "http://www.huffingtonpost.com/brian-levin-jd/", + "http://www.huffingtonpost.com/brian-levin-jd/motive-sought-in-horrendo_b_6664372.html", + "http://www.huffingtonpost.com/business/", + "http://www.huffingtonpost.com/celebrity/", + "http://www.huffingtonpost.com/chicago/", + "http://www.huffingtonpost.com/christie-garton", + "http://www.huffingtonpost.com/christie-garton/", + "http://www.huffingtonpost.com/christie-garton/10-weird-but-worthy-scholarships-_b_6673816.html", + "http://www.huffingtonpost.com/code/", + "http://www.huffingtonpost.com/college/", + "http://www.huffingtonpost.com/comedy/", + "http://www.huffingtonpost.com/comment/policy/", + "http://www.huffingtonpost.com/contact/", + "http://www.huffingtonpost.com/crime/", + "http://www.huffingtonpost.com/daoud-kuttab", + "http://www.huffingtonpost.com/daoud-kuttab/", + "http://www.huffingtonpost.com/daoud-kuttab/bob-simon-my-hero_b_6667770.html", + "http://www.huffingtonpost.com/daphne-eviatar", + "http://www.huffingtonpost.com/daphne-eviatar/", + "http://www.huffingtonpost.com/daphne-eviatar/911-defendant-claims-ongo_b_6670924.html", + "http://www.huffingtonpost.com/dc/", + "http://www.huffingtonpost.com/denver/", + "http://www.huffingtonpost.com/detroit/", + "http://www.huffingtonpost.com/divorce/", + "http://www.huffingtonpost.com/dr-gail-gross", + "http://www.huffingtonpost.com/dr-gail-gross/", + "http://www.huffingtonpost.com/dr-gail-gross/how-to-make-a-better-divo_b_6672914.html", + "http://www.huffingtonpost.com/dr-jill-biden/", + "http://www.huffingtonpost.com/dr-jill-biden/this-is-the-moment-for-co_b_6663934.html?utm_hp_ref=homepage", + "http://www.huffingtonpost.com/dr-lisa-young", + "http://www.huffingtonpost.com/dr-lisa-young/", + "http://www.huffingtonpost.com/dr-lisa-young/healthy-eating-tips_b_6633216.html", + "http://www.huffingtonpost.com/drphil/", + "http://www.huffingtonpost.com/education/", + "http://www.huffingtonpost.com/emily-peck", + "http://www.huffingtonpost.com/emily-peck/", + "http://www.huffingtonpost.com/emmanuelle-chriqui", + "http://www.huffingtonpost.com/emmanuelle-chriqui/", + "http://www.huffingtonpost.com/emmanuelle-chriqui/this-valentines-day-get-e_b_6662954.html", + "http://www.huffingtonpost.com/entertainment/", + "http://www.huffingtonpost.com/ethan-casey", + "http://www.huffingtonpost.com/ethan-casey/", + "http://www.huffingtonpost.com/ethan-casey/muslims-should-live-not-die-in-america_b_6662700.html", + "http://www.huffingtonpost.com/faq/", + "http://www.huffingtonpost.com/feeds/index.xml", + "http://www.huffingtonpost.com/felicia-horowitz", + "http://www.huffingtonpost.com/felicia-horowitz/", + "http://www.huffingtonpost.com/felicia-horowitz/somewhere-inbetween_b_6669750.html", + "http://www.huffingtonpost.com/fifty/", + "http://www.huffingtonpost.com/food/", + "http://www.huffingtonpost.com/foodbeast/how-to-make-a-ramen-pot-pie-video_b_6673058.html", + "http://www.huffingtonpost.com/foodbeast/how-to-make-a-ramen-pot-pie-video_b_6673058.html#comments", + "http://www.huffingtonpost.com/gay-voices/", + "http://www.huffingtonpost.com/good-news/", + "http://www.huffingtonpost.com/gps-for-the-soul/", + "http://www.huffingtonpost.com/green/", + "http://www.huffingtonpost.com/greta-van-susteren", + "http://www.huffingtonpost.com/greta-van-susteren/", + "http://www.huffingtonpost.com/greta-van-susteren/broadcast-news-time-is-up_b_6661696.html", + "http://www.huffingtonpost.com/greta-van-susteren/broadcast-news-time-is-up_b_6661696.html?utm_hp_ref=homepage", + "http://www.huffingtonpost.com/h-a-goodman", + "http://www.huffingtonpost.com/h-a-goodman/", + "http://www.huffingtonpost.com/h-a-goodman/6845-americans-died-and-9_b_6667830.html", + "http://www.huffingtonpost.com/hawaii/", + "http://www.huffingtonpost.com/health-fitness/", + "http://www.huffingtonpost.com/health-news/", + "http://www.huffingtonpost.com/healthy-living/", + "http://www.huffingtonpost.com/home/", + "http://www.huffingtonpost.com/horoscopes/", + "http://www.huffingtonpost.com/hrh-prince-el-hassan-bin-talal", + "http://www.huffingtonpost.com/hrh-prince-el-hassan-bin-talal/", + "http://www.huffingtonpost.com/hrh-prince-el-hassan-bin-talal/revenge-isis-ideologies_b_6648170.html", + "http://www.huffingtonpost.com/huff-wires/", + "http://www.huffingtonpost.com/impact/", + "http://www.huffingtonpost.com/jobs/", + "http://www.huffingtonpost.com/joe-peyronnin", + "http://www.huffingtonpost.com/joe-peyronnin/", + "http://www.huffingtonpost.com/joe-peyronnin/remembering-bob-simon_b_6671142.html", + "http://www.huffingtonpost.com/john-feffer", + "http://www.huffingtonpost.com/john-feffer/", + "http://www.huffingtonpost.com/john-feffer/isis-unites-the-world_b_6669564.html", + "http://www.huffingtonpost.com/jon-soltz", + "http://www.huffingtonpost.com/jon-soltz/", + "http://www.huffingtonpost.com/jon-soltz/authorization-to-use-military-force-isis_b_6672022.html", + "http://www.huffingtonpost.com/jon-soltz/authorization-to-use-military-force-isis_b_6672022.html?utm_hp_ref=homepage", + "http://www.huffingtonpost.com/jon-soltz/authorization-to-use-military-force-isis_b_6672022.html?utm_hp_ref=yahoo&ir=Yahoo", + "http://www.huffingtonpost.com/jonathan-weiler", + "http://www.huffingtonpost.com/jonathan-weiler/", + "http://www.huffingtonpost.com/jonathan-weiler/perfect-martyrs_b_6671508.html", + "http://www.huffingtonpost.com/latino-voices/", + "http://www.huffingtonpost.com/los-angeles/", + "http://www.huffingtonpost.com/major-general-paul-d-eaton", + "http://www.huffingtonpost.com/major-general-paul-d-eaton/", + "http://www.huffingtonpost.com/makehome/", + "http://www.huffingtonpost.com/marlothomas/", + "http://www.huffingtonpost.com/matt-bershadker", + "http://www.huffingtonpost.com/matt-bershadker/", + "http://www.huffingtonpost.com/matt-bershadker/its-way-past-time-to-end_b_6672582.html", + "http://www.huffingtonpost.com/media/", + "http://www.huffingtonpost.com/menachem-rosensaft", + "http://www.huffingtonpost.com/menachem-rosensaft/", + "http://www.huffingtonpost.com/menachem-rosensaft/a-dawn-follows-even-the-d_b_6667726.html", + "http://www.huffingtonpost.com/meredith-hale", + "http://www.huffingtonpost.com/meredith-hale/", + "http://www.huffingtonpost.com/meredith-hale/5-ways-im-bringing-the-romance-this-valentines-day_b_6669866.html", + "http://www.huffingtonpost.com/miami/", + "http://www.huffingtonpost.com/michael-t-klare", + "http://www.huffingtonpost.com/michael-t-klare/", + "http://www.huffingtonpost.com/michael-t-klare/keystone-xl-cold-war-20-gop-vision-2016_b_6669900.html", + "http://www.huffingtonpost.com/money/", + "http://www.huffingtonpost.com/new-york/", + "http://www.huffingtonpost.com/news/afghanistan-war-blog/", + "http://www.huffingtonpost.com/news/amazon/", + "http://www.huffingtonpost.com/news/american-horror-story/", + "http://www.huffingtonpost.com/news/animals/", + "http://www.huffingtonpost.com/news/ap/", + "http://www.huffingtonpost.com/news/bank-of-america/", + "http://www.huffingtonpost.com/news/becoming-fearless/", + "http://www.huffingtonpost.com/news/benghazi", + "http://www.huffingtonpost.com/news/breastfeeding/", + "http://www.huffingtonpost.com/news/brian-williams/", + "http://www.huffingtonpost.com/news/celebrity-scientology/", + "http://www.huffingtonpost.com/news/chelsea-manning", + "http://www.huffingtonpost.com/news/chelsea-manning/", + "http://www.huffingtonpost.com/news/climate-change/", + "http://www.huffingtonpost.com/news/comedy-club/", + "http://www.huffingtonpost.com/news/comedy-original-video/", + "http://www.huffingtonpost.com/news/congress", + "http://www.huffingtonpost.com/news/congress/", + "http://www.huffingtonpost.com/news/crossing-the-line/", + "http://www.huffingtonpost.com/news/death-penalty/", + "http://www.huffingtonpost.com/news/drug-war", + "http://www.huffingtonpost.com/news/duke-university", + "http://www.huffingtonpost.com/news/eat-the-press/", + "http://www.huffingtonpost.com/news/elections-2012/", + "http://www.huffingtonpost.com/news/elections-2016/", + "http://www.huffingtonpost.com/news/elizabeth-warren/", + "http://www.huffingtonpost.com/news/entertainment-originals/", + "http://www.huffingtonpost.com/news/fails/", + "http://www.huffingtonpost.com/news/family-travel/", + "http://www.huffingtonpost.com/news/female-artists/", + "http://www.huffingtonpost.com/news/foreign-affairs/", + "http://www.huffingtonpost.com/news/funny-videos/", + "http://www.huffingtonpost.com/news/greece", + "http://www.huffingtonpost.com/news/greece/", + "http://www.huffingtonpost.com/news/hpl", + "http://www.huffingtonpost.com/news/hpl/", + "http://www.huffingtonpost.com/news/huffpolitics-blog/", + "http://www.huffingtonpost.com/news/innovation/", + "http://www.huffingtonpost.com/news/iraq", + "http://www.huffingtonpost.com/news/islamic-state/", + "http://www.huffingtonpost.com/news/keystone-pipeline/", + "http://www.huffingtonpost.com/news/latin-america/", + "http://www.huffingtonpost.com/news/latino-politics", + "http://www.huffingtonpost.com/news/less-stress-more-living/", + "http://www.huffingtonpost.com/news/loretta-lynch", + "http://www.huffingtonpost.com/news/love--sex", + "http://www.huffingtonpost.com/news/love/", + "http://www.huffingtonpost.com/news/lv-politics/", + "http://www.huffingtonpost.com/news/marriage-problems/", + "http://www.huffingtonpost.com/news/middle-east-protests/", + "http://www.huffingtonpost.com/news/mostpopular/", + "http://www.huffingtonpost.com/news/net-neutrality/", + "http://www.huffingtonpost.com/news/north-carolina-state-university/", + "http://www.huffingtonpost.com/news/obituary", + "http://www.huffingtonpost.com/news/obituary/", + "http://www.huffingtonpost.com/news/police/", + "http://www.huffingtonpost.com/news/political-humor/", + "http://www.huffingtonpost.com/news/pollster/", + "http://www.huffingtonpost.com/news/ramen/", + "http://www.huffingtonpost.com/news/recipes/", + "http://www.huffingtonpost.com/news/reddit/", + "http://www.huffingtonpost.com/news/sex-crimes/", + "http://www.huffingtonpost.com/news/sex/", + "http://www.huffingtonpost.com/news/sleep/", + "http://www.huffingtonpost.com/news/smarter-ideas/", + "http://www.huffingtonpost.com/news/social-media/", + "http://www.huffingtonpost.com/news/startup", + "http://www.huffingtonpost.com/news/sundance-film-festival", + "http://www.huffingtonpost.com/news/sundance-film-festival/", + "http://www.huffingtonpost.com/news/super-bowl/", + "http://www.huffingtonpost.com/news/syria/", + "http://www.huffingtonpost.com/news/tech-innovations/", + "http://www.huffingtonpost.com/news/teen-celeb/", + "http://www.huffingtonpost.com/news/the-backstory/", + "http://www.huffingtonpost.com/news/third-metric/", + "http://www.huffingtonpost.com/news/urban_progress/", + "http://www.huffingtonpost.com/news/valentines-day/", + "http://www.huffingtonpost.com/news/video/", + "http://www.huffingtonpost.com/news/whats-working/", + "http://www.huffingtonpost.com/news/women/", + "http://www.huffingtonpost.com/news/worldpost-africa/", + "http://www.huffingtonpost.com/own/", + "http://www.huffingtonpost.com/p/arianna-in-print.html", + "http://www.huffingtonpost.com/p/ariannas-radio-and-podcas.html", + "http://www.huffingtonpost.com/p/ariannas-tv-appearances.html", + "http://www.huffingtonpost.com/p/huffington-post.html", + "http://www.huffingtonpost.com/parents/", + "http://www.huffingtonpost.com/phil-angelides", + "http://www.huffingtonpost.com/phil-angelides/", + "http://www.huffingtonpost.com/phil-angelides/averting-a-european-trage_b_6670998.html?utm_hp_ref=homepage", + "http://www.huffingtonpost.com/phil-angelides/averting-a-european-tragedy_b_6670998.html", + "http://www.huffingtonpost.com/phil-angelides/averting-a-european-tragedy_b_6670998.html?utm_hp_ref=yahoo&ir=Yahoo", + "http://www.huffingtonpost.com/politics/", + "http://www.huffingtonpost.com/randy-taran", + "http://www.huffingtonpost.com/randy-taran/", + "http://www.huffingtonpost.com/randy-taran/valentines-day-_b_6656618.html", + "http://www.huffingtonpost.com/religion/", + "http://www.huffingtonpost.com/richard-kirsch", + "http://www.huffingtonpost.com/richard-kirsch/", + "http://www.huffingtonpost.com/richard-kirsch/the-politics-of-responsib_b_6670162.html", + "http://www.huffingtonpost.com/rick-rosner", + "http://www.huffingtonpost.com/rick-rosner/", + "http://www.huffingtonpost.com/rick-rosner/the-end-of-sex_b_6663190.html", + "http://www.huffingtonpost.com/rj-eskow", + "http://www.huffingtonpost.com/rj-eskow/", + "http://www.huffingtonpost.com/rj-eskow/the-republicanclasswars-n_b_6669906.html", + "http://www.huffingtonpost.com/sahaj-kohli", + "http://www.huffingtonpost.com/sahaj-kohli/", + "http://www.huffingtonpost.com/sahaj-kohli/9-ways-dating-and-working-out-are-similar_b_6570734.html", + "http://www.huffingtonpost.com/san-francisco/", + "http://www.huffingtonpost.com/science/", + "http://www.huffingtonpost.com/seth-shulman", + "http://www.huffingtonpost.com/seth-shulman/", + "http://www.huffingtonpost.com/seth-shulman/got-science-vaccinating-ourselves_b_6673514.html", + "http://www.huffingtonpost.com/small-business/", + "http://www.huffingtonpost.com/social/", + "http://www.huffingtonpost.com/sports/", + "http://www.huffingtonpost.com/style/", + "http://www.huffingtonpost.com/syndication", + "http://www.huffingtonpost.com/syndication/", + "http://www.huffingtonpost.com/taste/", + "http://www.huffingtonpost.com/tech/", + "http://www.huffingtonpost.com/technology/", + "http://www.huffingtonpost.com/tedweekends/", + "http://www.huffingtonpost.com/teen/", + "http://www.huffingtonpost.com/terms.html", + "http://www.huffingtonpost.com/the-blog/", + "http://www.huffingtonpost.com/theworldpost/", + "http://www.huffingtonpost.com/travel/", + "http://www.huffingtonpost.com/tv/", + "http://www.huffingtonpost.com/users/logout/?referer=%2F", + "http://www.huffingtonpost.com/users/preferences/", + "http://www.huffingtonpost.com/webslices/?v=home", + "http://www.huffingtonpost.com/weddings/", + "http://www.huffingtonpost.com/weird-news/", + "http://www.huffingtonpost.com/women/", + "http://www.huffingtonpost.com/world/", + "http://www.huffingtonpost.com/worldpost/", + "http://www.huffingtonpost.com/wray-herbert", + "http://www.huffingtonpost.com/wray-herbert/", + "http://www.huffingtonpost.com/wray-herbert/health-and-marriage-the-c_b_6672518.html", + "http://www.imdb.com/", + "http://www.imdb.com/awards-central/2015-oscar-snubs?ref_=hm_eds_cap_pri_3", + "http://www.imdb.com/awards-central/2015-oscar-snubs?ref_=hm_eds_i_3", + "http://www.imdb.com/imdbpicks/?ref_=hm_eds_cap_pri_4", + "http://www.imdb.com/imdbpicks/?ref_=hm_eds_i_4", + "http://www.imdb.com/imdbpicks/month/february/live-chat/what-we-do-in-the-shadows?ref_=hm_twitchat_hd", + "http://www.imdb.com/imdbpicks/month/february/live-chat/what-we-do-in-the-shadows?ref_=hm_twitchat_sm", + "http://www.imdb.com/list/ls073546576/?ref_=hm_eds_cap_pri_1", + "http://www.imdb.com/list/ls073546576/?ref_=hm_eds_i_1", + "http://www.imdb.com/list/ls076022190/?ref_=hm_eds_cap_pri_2", + "http://www.imdb.com/list/ls076022190/?ref_=hm_eds_i_2", + "http://www.imdb.com/list/ls076022190/?ref_=hm_hm_tvpks_hd", + "http://www.imdb.com/list/ls076022190/?ref_=hm_hm_tvpks_i_1", + "http://www.imdb.com/list/ls076022190/?ref_=hm_hm_tvpks_i_2", + "http://www.imdb.com/list/ls076022190/?ref_=hm_hm_tvpks_i_3", + "http://www.imdb.com/list/ls076022190/?ref_=hm_hm_tvpks_sm", + "http://www.imdb.com/poll/?ref_=hm_poll_mp", + "http://www.imdb.com/seen/ls076017084/?ref_=hm_poll_sn", + "http://www.imdb.com/title/tt3416742?ref_=hm_twitchat_i_2", + "http://www.imdb.com/title/tt4006572/synopsis?ref_=hm_ftvr_hd", + "http://www.imdb.com/title/tt4006572/synopsis?ref_=hm_ftvr_i_1", + "http://www.imdb.com/title/tt4006572/synopsis?ref_=hm_ftvr_lk1", + "http://www.imdb.com/title/tt4006572/synopsis?ref_=hm_ftvr_sm", + "http://www.imdb.com/title/tt4123836/synopsis?ref_=hm_tvr_lk2", + "http://www.imdb.com/title/tt4161952/synopsis?ref_=hm_tvr_i_1", + "http://www.imdb.com/title/tt4161952/synopsis?ref_=hm_tvr_lk1", + "http://www.indeed.com/jobs?q=Customer+Service&utm_source=publisher&utm_medium=referral&utm_campaign=cnn-partner&utm_term=customerservice&chnl=customerservice&indpubnum=3957652204875274", + "http://www.indeed.com/jobs?q=Part+Time&utm_source=publisher&utm_medium=referral&utm_campaign=cnn-partner&utm_term=parttime&chnl=parttime&indpubnum=3957652204875274", + "http://www.indeed.com/jobs?q=Retail&utm_source=publisher&utm_medium=referral&utm_campaign=cnn-partner&utm_term=retail&chnl=retail&indpubnum=3957652204875274", + "http://www.indeed.com/q-Sales-jobs.html?utm_source=publisher&utm_medium=referral&utm_campaign=cnn-partner&utm_term=Sales+jobs&chnl=salesjobs&indpubnum=3957652204875274", + "http://www.indeed.com?indpubnum=3957652204875274&utm_source=publisher&utm_medium=referral&utm_campaign=cnn-partner&utm_term=3+millions+jobs&chnl=3millionjobs", + "http://www.independent.co.uk/news/", + "http://www.instagram.com/dailymotion", + "http://www.instapundit.com/", + "http://www.juancole.com/", + "http://www.junglee.com/", + "http://www.kcrw.com/news/programs/lr", + "http://www.kottke.org/", + "http://www.latimes.com/", + "http://www.lifewithdogs.tv/2015/02/dog-protects-friend-hit-by-car-until-help-arrives/", + "http://www.linkedin.com/today/online.wsj.com", + "http://www.linktv.org/mosaic/", + "http://www.look.com/", + "http://www.marginalrevolution.com/", + "http://www.marketwatch.com/Game/", + "http://www.mcclatchydc.com/", + "http://www.mediaite.com/", + "http://www.motherjones.com/", + "http://www.moviefone.com/", + "http://www.msn.com/", + "http://www.msnbc.com/maddowblog", + "http://www.myhabit.com/", + "http://www.nationaljournal.com/", + "http://www.nationaljournal.com/columns/political-connections", + "http://www.nationalreview.com/corner", + "http://www.nbcnews.com/", + "http://www.ndnblog.com", + "http://www.newrepublic.com/", + "http://www.newsmax.com/", + "http://www.newsweek.com", + "http://www.newsy.com/", + "http://www.newyorker.com/", + "http://www.npr.org/", + "http://www.nydailynews.com/", + "http://www.nydailynews.com/topics/Stanley+Crouch", + "http://www.nytimes.com/", + "http://www.observer.com/", + "http://www.offthebus.org", + "http://www.opednews.com/", + "http://www.pandagon.net/", + "http://www.pbs.org/newshour/", + "http://www.people.com/people", + "http://www.politico.com/", + "http://www.propublica.org/", + "http://www.publicintegrity.org/", + "http://www.rawstory.com", + "http://www.realtor.com", + "http://www.reuters.com/", + "http://www.rollcall.com/", + "http://www.rollingstone.com/", + "http://www.salon.com/", + "http://www.sbnation.com/nba/2015/2/12/8031333/charles-barkley-thinks-demarcus-cousins-having-consulting-power-is", + "http://www.seeingtheforest.com/", + "http://www.sfgate.com/", + "http://www.shopbop.com/welcome", + "http://www.slate.com/", + "http://www.slate.com/blogs/the_slatest/2015/02/12/isis_is_starting_to_sound_a_little_defensive_about_burning_the_jordanian.html", + "http://www.slate.com/blogs/weigel.html", + "http://www.soap.com/", + "http://www.subscribe.wsj.com/getweekendnow?mod=WSJ_footer", + "http://www.suntimes.com/", + "http://www.talkingpointsmemo.com/", + "http://www.talkleft.com/", + "http://www.taylormarsh.com/", + "http://www.techcrunch.com", + "http://www.ted.com/", + "http://www.telegraph.co.uk/", + "http://www.tenmarks.com/", + "http://www.thatminoritything.com/", + "http://www.theatlantic.com/", + "http://www.theatlantic.com/james-fallows/", + "http://www.theglobeandmail.com/", + "http://www.thenation.com/", + "http://www.thenation.com/article/197561/these-hires-congress-becomes-even-more-corporation", + "http://www.thenation.com/authors/eric-alterman", + "http://www.thenation.com/blogs/thebeat/", + "http://www.theroot.com", + "http://www.theyoungturks.com/", + "http://www.thismodernworld.com/", + "http://www.time.com/time/?xid=huffpo-direct", + "http://www.tmz.com", + "http://www.tmz.com/2015/02/12/bruce-jenner-photos-crash-car-accident-problems/", + "http://www.tomdispatch.com/", + "http://www.trulia.com/?ecampaign=partner_cnn_home_search", + "http://www.trulia.com/?ecampaign=partner_cnn_home_title", + "http://www.trulia.com/local?ecampaign=partner_cnn_local", + "http://www.trulia.com/rent?ecampaign=partner_cnn_rent", + "http://www.trulia.com/rent_vs_buy?ecampaign=partner_cnn_rentvbuy", + "http://www.trulia.com/sell?ts=CNN&tscamp=home_page_sell&ecampaign=partner_cnn_sell", + "http://www.truthdig.com/", + "http://www.turner.com", + "http://www.turner.com/careers", + "http://www.twitter.com/DailymotionUSA", + "http://www.usatoday.com/", + "http://www.usnews.com/news/blogs/washington-whispers", + "http://www.vanityfair.com/", + "http://www.vanityfair.com/online/wolcott", + "http://www.vine.com/", + "http://www.vox.com/", + "http://www.wag.com/", + "http://www.washingtonmonthly.com/", + "http://www.washingtonpost.com/", + "http://www.washingtonpost.com/blogs/wonkblog/", + "http://www.washingtonpost.com/ej-dionne-jr/2011/02/24/ABhJNkM_page.html", + "http://www.washingtonpost.com/wp-dyn/content/linkset/2005/03/24/LI2005032402294.html", + "http://www.washingtontimes.com/", + "http://www.wired.com/dangerroom/", + "http://www.wired.com/threatlevel/", + "http://www.woot.com/", + "http://www.wsj.com/", + "http://www.wsj.com/ http://markets.wsj.com/us", + "http://www.wsj.com/#next", + "http://www.wsj.com/#prev", + "http://www.wsj.com/#top", + "http://www.wsj.com/10point", + "http://www.wsj.com/?_wsjregion=na,us&_homepage=/home/us", + "http://www.wsj.com/?mod=WSJ_hpp_videohome_1", + "http://www.wsj.com/?mod=WSJ_hpp_videohome_2", + "http://www.wsj.com/?mod=WSJ_hpp_videohome_3", + "http://www.wsj.com/?mod=WSJ_hpp_videohome_top", + "http://www.wsj.com/americas", + "http://www.wsj.com/articles/a-lesson-in-entrepreneurship-from-a-doll-1423704983?mod=WSJ_hpp_sections_smallbusiness", + "http://www.wsj.com/articles/a-modern-montana-home-equipped-for-fishing-1423767577", + "http://www.wsj.com/articles/a-modern-montana-home-equipped-for-fishing-1423767577?mod=WSJ_hpp_sections_realestate", + "http://www.wsj.com/articles/a-study-that-can-help-in-the-long-run-1423784002?mod=WSJ_hpp_sections_sports", + "http://www.wsj.com/articles/a-tour-of-vigan-a-spanish-colonial-town-in-the-philippines-1423716809", + "http://www.wsj.com/articles/actor-topher-grace-lists-hollywood-home-with-paparazzi-free-passageway-for-1-599-million-1423776158?mod=WSJ_hpp_sections_realestate", + "http://www.wsj.com/articles/al-qaeda-militants-seize-yemeni-base-in-south-1423735334?mod=WSJ_hpp_sections_world", + "http://www.wsj.com/articles/all-star-weekend-offers-rare-break-in-arena-rivalry-1423793760?mod=WSJ_hpp_sections_newyork", + "http://www.wsj.com/articles/american-express-to-lose-costco-exclusivity-1423746408#articleTabs%3Dcomments", + "http://www.wsj.com/articles/american-express-to-lose-costco-exclusivity-1423746408?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/american-express-to-lose-costco-exclusivity-1423746408?mod=trending_now_2", + "http://www.wsj.com/articles/behind-dish-networks-race-for-wireless-spectrum-1423786487?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/beijing-on-edge-over-hong-kong-liberal-studies-class-1423785729?mod=WSJ_hp_EditorsPicks", + "http://www.wsj.com/articles/bombardier-unveils-new-leadership-1423741588?mod=WSJ_hpp_sections_management", + "http://www.wsj.com/articles/chinese-shake-up-aluminum-1423779664?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/chinese-shake-up-aluminum-1423779664?mod=WSJ_hp_RightTopStories", + "http://www.wsj.com/articles/college-rule-for-police-at-issue-1423788045?mod=WSJ_hpp_sections_news", + "http://www.wsj.com/articles/consumer-sentiment-poised-to-gather-steam-ahead-of-the-tape-1423771302?mod=WSJ_hpp_sections_markets", + "http://www.wsj.com/articles/crickets-big-day-falls-on-valentines-bowling-couples-a-googly-1423791787?mod=WSJ_hp_EditorsPicks", + "http://www.wsj.com/articles/dan-henninger-vaccines-and-politicized-science-1423700743#articleTabs%3Dcomments", + "http://www.wsj.com/articles/dan-henninger-vaccines-and-politicized-science-1423700743?mod=trending_now_8", + "http://www.wsj.com/articles/despite-managed-fund-outflows-fidelity-records-record-revenue-1423755465?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/dnc-had-concerns-about-brooklyn-security-hotel-rooms-1423792332?mod=WSJ_hpp_sections_newyork", + "http://www.wsj.com/articles/economists-see-cheap-oil-weighing-on-capital-investment-1423763703?mod=WSJ_hpp_sections_news", + "http://www.wsj.com/articles/eisai-expects-new-cancer-drug-to-bring-in-1-billion-a-year-by-2020-1423735517?mod=WSJ_hpp_sections_health", + "http://www.wsj.com/articles/energy-sector-draws-investors-in-distressed-securities-1423789494?mod=WSJ_hp_LEFTTopStories", + "http://www.wsj.com/articles/estee-lauders-growing-beauty-empire-1423753606?mod=WSJ_hpp_MIDDLE_Video_Third", + "http://www.wsj.com/articles/eu-leaders-to-bolster-checks-at-borders-in-antiterror-fight-1423777387?mod=WSJ_hpp_sections_world", + "http://www.wsj.com/articles/everything-is-awesome-why-you-cant-tell-employees-theyre-doing-a-bad-job-1423613936?mod=WSJ_hpp_sections_careerjournal", + "http://www.wsj.com/articles/expedia-to-buy-orbitz-for-1-3-billion-1423746909#articleTabs%3Dcomments", + "http://www.wsj.com/articles/expedia-to-buy-orbitz-for-1-3-billion-1423746909?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/expedia-to-buy-orbitz-for-1-3-billion-1423746909?mod=trending_now_10", + "http://www.wsj.com/articles/facebook-heir-time-to-choose-who-manages-your-account-when-you-die-1423738802#articleTabs%3Dcomments", + "http://www.wsj.com/articles/facebook-heir-time-to-choose-who-manages-your-account-when-you-die-1423738802?mod=WSJ_hp_EditorsPicks", + "http://www.wsj.com/articles/facebook-heir-time-to-choose-who-manages-your-account-when-you-die-1423738802?mod=WSJ_hpp_sections_business", + "http://www.wsj.com/articles/facebook-heir-time-to-choose-who-manages-your-account-when-you-die-1423738802?mod=trending_now_3", + "http://www.wsj.com/articles/farmland-values-rise-0-8-in-st-louis-fed-district-1423753253?mod=WSJ_hpp_sections_business", + "http://www.wsj.com/articles/federal-judge-rules-official-cant-refuse-marriage-licenses-to-gay-couples-in-alabama-1423778566?mod=WSJ_hpp_MIDDLENexttoWhatsNewsFifth", + "http://www.wsj.com/articles/fifa-grants-fox-u-s-tv-rights-for-2026-world-cup-1423782861?mod=WSJ_hppMIDDLENexttoWhatsNewsSecond", + "http://www.wsj.com/articles/fifty-shades-of-grey-review-romance-on-the-ropes-1423771731?mod=WSJ_hpp_MIDDLENexttoWhatsNewsForth", + "http://www.wsj.com/articles/former-korean-air-executive-found-guilty-over-nut-rage-incident-1423742097?mod=WSJ_hpp_sections_management", + "http://www.wsj.com/articles/former-sec-commissioner-harvey-goldschmid-dies-at-74-1423782328?mod=WSJ_hpp_sections_markets", + "http://www.wsj.com/articles/gm-frets-buyback-would-freeze-credit-rating-1423769167?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/gop-presidential-contender-walker-draws-wall-street-cash-1423783748?mod=WSJ_hpp_MIDDLENexttoWhatsNewsFifth", + "http://www.wsj.com/articles/gov-christie-says-gifts-he-accepted-were-from-friends-but-ethics-code-doesnt-say-what-constitutes-a-friend-1423792368?mod=WSJ_hpp_sections_newyork", + "http://www.wsj.com/articles/greece-was-open-to-extending-concluding-bailout-program-1423745828?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/group-dynamic-spring-fashion-report-1423234919", + "http://www.wsj.com/articles/hollywood-talent-agencys-new-division-to-manage-visual-artists-careers-1423616988?mod=WSJ_hpp_sections_careerjournal", + "http://www.wsj.com/articles/in-the-nba-dunking-isnt-for-everyone-1423762919?mod=WSJ_hppMIDDLENexttoWhatsNewsSecond", + "http://www.wsj.com/articles/in-wake-of-financial-crisis-goldman-goes-it-alone-1423711981?mod=WSJ_hpp_sections_markets", + "http://www.wsj.com/articles/indigestion-hits-top-u-s-food-firms-1423786580?mod=WSJ_hpp_MIDDLE_Video_Top", + "http://www.wsj.com/articles/inside-little-getaway-homes-1423758116", + "http://www.wsj.com/articles/investors-snap-up-online-financial-advisers-1423763622?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/jet-com-raises-140-million-led-by-bain-capital-ventures-1423696950?mod=WSJ_hpp_sections_smallbusiness", + "http://www.wsj.com/articles/leveraged-etfs-might-not-be-as-dangerous-as-thought-study-says-1423454479", + "http://www.wsj.com/articles/little-getaway-homes-1423758817#articleTabs%3Dcomments", + "http://www.wsj.com/articles/little-getaway-homes-1423758817?mod=WSJ_hpp_MIDDLE_Video_second", + "http://www.wsj.com/articles/little-getaway-homes-1423758817?mod=trending_now_6", + "http://www.wsj.com/articles/measles-vaccine-debate-hits-home-at-california-school-1423695333?mod=WSJ_hpp_sections_health", + "http://www.wsj.com/articles/miami-home-once-owned-by-enrique-iglesias-is-listing-for-24-95-million-1423677395?mod=WSJ_hpp_sections_realestate", + "http://www.wsj.com/articles/michael-j-ortiz-distorting-christian-history-to-defend-islam-1423785970", + "http://www.wsj.com/articles/missing-nigeria-girls-fade-from-election-campaign-1423785791?mod=WSJ_hp_RightTopStories", + "http://www.wsj.com/articles/most-asian-shares-rise-1423793533?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/obama-order-will-help-firms-get-u-s-cyberthreat-data-1423792987?mod=WSJ_hp_LEFTTopStories", + "http://www.wsj.com/articles/online-tickets-seek-bigger-role-at-the-movies-1423782268?mod=WSJ_hp_EditorsPicks", + "http://www.wsj.com/articles/online-tickets-seek-bigger-role-at-the-movies-1423782268?mod=WSJ_hpp_sections_tech", + "http://www.wsj.com/articles/oregon-governor-faces-mounting-scrutiny-1423771170?mod=WSJ_hpp_MIDDLENexttoWhatsNewsFifth", + "http://www.wsj.com/articles/painkiller-in-short-supply-following-hospira-recall-1423774295?mod=WSJ_hpp_sections_health", + "http://www.wsj.com/articles/peggy-noonan-an-honest-reporter-and-his-antithesis-1423785356", + "http://www.wsj.com/articles/peggy-noonan-an-honest-reporter-and-his-antithesis-1423785356?mod=WSJ_hpp_sections_opinion", + "http://www.wsj.com/articles/photographer-nick-waplingtons-solo-show-at-tate-britain-1423763125?mod=WSJ_hpp_MIDDLE_Video_Third", + "http://www.wsj.com/articles/photos-of-the-day-feb-12-1423778564", + "http://www.wsj.com/articles/postal-service-seeks-to-retire-the-old-mail-truck-1423786375?mod=WSJ_hp_EditorsPicks", + "http://www.wsj.com/articles/postal-service-seeks-to-retire-the-old-mail-truck-1423786375?mod=WSJ_hpp_sections_business", + "http://www.wsj.com/articles/putins-latest-victory-1423786470", + "http://www.wsj.com/articles/putins-latest-victory-1423786470?mod=WSJ_hpp_sections_opinion", + "http://www.wsj.com/articles/rauners-illinois-revival-project-1423614686#articleTabs%3Dcomments", + "http://www.wsj.com/articles/rauners-illinois-revival-project-1423614686?mod=trending_now_7", + "http://www.wsj.com/articles/republicans-eye-changes-to-food-stamp-program-1423692057#articleTabs%3Dcomments", + "http://www.wsj.com/articles/republicans-eye-changes-to-food-stamp-program-1423692057?mod=trending_now_1", + "http://www.wsj.com/articles/romantic-rooms-set-the-mood-1423761071?mod=WSJ_hpp_MIDDLE_Video_second", + "http://www.wsj.com/articles/ruchir-sharma-the-middle-class-comeback-is-under-way-1423785514", + "http://www.wsj.com/articles/ruchir-sharma-the-middle-class-comeback-is-under-way-1423785514?mod=WSJ_hpp_sections_opinion", + "http://www.wsj.com/articles/russian-asset-sales-muddy-sanction-compliance-1423784903?mod=WSJ_hpp_MIDDLE_Video_Top", + "http://www.wsj.com/articles/scoring-on-bets-the-yen-will-fall-gets-harder-1423787740?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/senate-approves-carter-as-new-defense-secretary-1423768984?mod=WSJ_hpp_MIDDLENexttoWhatsNewsFifth", + "http://www.wsj.com/articles/shiite-militias-fill-a-void-in-iraq-1423760028?mod=WSJ_hpp_MIDDLENexttoWhatsNewsThird", + "http://www.wsj.com/articles/speed-may-have-been-a-factor-in-crash-that-killed-cbs-veteran-bob-simon-1423758092?mod=WSJ_hp_LEFTTopStories", + "http://www.wsj.com/articles/swoon-worthy-wines-for-valentines-1423756385?mod=WSJ_hpp_sections_lifestyle", + "http://www.wsj.com/articles/the-hazing-of-scott-walker-1423769164#articleTabs%3Dcomments", + "http://www.wsj.com/articles/the-hazing-of-scott-walker-1423769164?mod=trending_now_4", + "http://www.wsj.com/articles/the-last-five-years-how-a-little-film-landed-anna-kendrick-1423765981?mod=WSJ_hpp_sections_lifestyle", + "http://www.wsj.com/articles/the-picture-gets-fuzzy-at-viacom-1423705387#articleTabs%3Dcomments", + "http://www.wsj.com/articles/the-picture-gets-fuzzy-at-viacom-1423705387?mod=trending_now_5", + "http://www.wsj.com/articles/the-tax-smart-way-to-withdraw-529-funds-1423454496", + "http://www.wsj.com/articles/two-j-p-morgan-executives-connected-to-asia-hiring-probe-pushed-out-sources-1423788737?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/u-n-moves-to-choke-off-islamic-states-cash-1423775744?mod=WSJ_hpp_sections_world", + "http://www.wsj.com/articles/u-s-retail-sales-fell-0-8-in-january-1423747958?mod=WSJ_hpp_sections_news", + "http://www.wsj.com/articles/u-s-treasurys-carry-weight-of-the-world-heard-on-the-street-1423768475?mod=WSJ_hp_LEFTWhatsNewsCollection", + "http://www.wsj.com/articles/ukraine-cease-fire-hopes-exceed-expectations-1423777453", + "http://www.wsj.com/articles/ukraine-peace-talks-yield-cease-fire-deal-1423731958?mod=WSJ_hp_LEFTTopStories", + "http://www.wsj.com/articles/w-r-grace-the-end-of-an-empire-1423701744?mod=WSJ_hpp_sections_management", + "http://www.wsj.com/articles/when-a-top-goalscorer-has-a-break-even-year-1423785652?mod=WSJ_hpp_sections_sports", + "http://www.wsj.com/articles/which-countries-create-the-most-ocean-trash-1423767676#articleTabs%3Dcomments", + "http://www.wsj.com/articles/which-countries-create-the-most-ocean-trash-1423767676?mod=WSJ_hp_EditorsPicks", + "http://www.wsj.com/articles/which-countries-create-the-most-ocean-trash-1423767676?mod=trending_now_9", + "http://www.wsj.com/articles/wife-of-paris-shooter-coulibaly-surfaces-in-islamic-state-magazine-1423767821?mod=WSJ_hpp_MIDDLENexttoWhatsNewsThird", + "http://www.wsj.com/articles/will-exxonmobil-turn-to-acquisition-1423763258?mod=WSJ_hpp_MIDDLE_Video_Top", + "http://www.wsj.com/articles/zulily-shares-plunge-after-cfo-leaves-customer-growth-slows-1423772516?mod=WSJ_hpp_sections_tech", + "http://www.wsj.com/asia?_wsjregion=asia&_homepage=/home/asia", + "http://www.wsj.com/europe?_wsjregion=europe&_homepage=/home/europe", + "http://www.wsj.com/india?_wsjregion=asia,india&_homepage=/home/india", + "http://www.wsj.com/mdc/public/npage/2_3023_creditdervs.html?mod=topnav_2_3000", + "http://www.wsj.com/mdc/public/page/marketsdata.html", + "http://www.wsj.com/mdc/public/page/mdc_bonds.html", + "http://www.wsj.com/mdc/public/page/mdc_commodities.html", + "http://www.wsj.com/mdc/public/page/mdc_currencies.html", + "http://www.wsj.com/mdc/public/page/mdc_international.html", + "http://www.wsj.com/mdc/public/page/mdc_us_stocks.html", + "http://www.wsj.com/news/technology", + "http://www.wsj.com/news/technology?mod=WSJ_hpp_sections_tech", + "http://www.wsj.com/news/technology?mod=WSJ_topnav_tech_main", + "http://www.wsj.com/page/columnists.html?mod=WSJ_footer", + "http://www.wsj.com/portuguese", + "http://www.wsj.com/public/page/archive.html", + "http://www.wsj.com/public/page/cfo-journal.html?mod=WSJ_hpp_sections_cfo", + "http://www.wsj.com/public/page/cio-journal.html?mod=WSJ_hpp_sections_cio", + "http://www.wsj.com/public/page/cookie-policy.html?mod=WSJ_footer", + "http://www.wsj.com/public/page/cookie-policy.html?mod=WSJ_footer#cookies_advertising", + "http://www.wsj.com/public/page/copyright_policy.html?mod=WSJ_footer", + "http://www.wsj.com/public/page/data-policy.html?mod=WSJ_footer", + "http://www.wsj.com/public/page/designtech-wsjModuleHome.html?mod=WSJ_footer", + "http://www.wsj.com/public/page/email-setup.html?mod=WSJ_footer", + "http://www.wsj.com/public/page/guides.html?mod=WSJ_footer", + "http://www.wsj.com/public/page/journal-report-wealth.html", + "http://www.wsj.com/public/page/management.html", + "http://www.wsj.com/public/page/management.html?mod=WSJ_hpp_sections_management", + "http://www.wsj.com/public/page/management.html?mod=WSJ_topnav_management_main", + "http://www.wsj.com/public/page/new-york-main.html", + "http://www.wsj.com/public/page/new-york-main.html?mod=WSJ_hpp_sections_newyork", + "http://www.wsj.com/public/page/new-york-main.html?mod=WSJ_topnav_ny_main", + "http://www.wsj.com/public/page/news-business-us.html", + "http://www.wsj.com/public/page/news-business-us.html?mod=WSJ_hpp_sections_business", + "http://www.wsj.com/public/page/news-business-us.html?mod=WSJ_topnav_business_main", + "http://www.wsj.com/public/page/news-career-jobs.html?mod=WSJ_hpp_sections_careerjournal", + "http://www.wsj.com/public/page/news-financial-markets-stock.html", + "http://www.wsj.com/public/page/news-financial-markets-stock.html?mod=WSJ_hpp_sections_markets", + "http://www.wsj.com/public/page/news-financial-markets-stock.html?mod=WSJ_topnav_markets_main", + "http://www.wsj.com/public/page/news-global-world.html", + "http://www.wsj.com/public/page/news-global-world.html?mod=WSJ_hpp_sections_world", + "http://www.wsj.com/public/page/news-global-world.html?mod=WSJ_topnav_world_main", + "http://www.wsj.com/public/page/news-health-industry.html?mod=WSJ_hpp_sections_health", + "http://www.wsj.com/public/page/news-interactive-features-trends.html?mod=WSJ_footer", + "http://www.wsj.com/public/page/news-lifestyle-arts-entertainment.html", + "http://www.wsj.com/public/page/news-lifestyle-arts-entertainment.html?mod=WSJ_hpp_sections_lifestyle", + "http://www.wsj.com/public/page/news-lifestyle-arts-entertainment.html?mod=WSJ_topnav_lifeculture_main", + "http://www.wsj.com/public/page/news-opinion-commentary.html", + "http://www.wsj.com/public/page/news-opinion-commentary.html?mod=WSJ_hpp_sections_opinion", + "http://www.wsj.com/public/page/news-opinion-commentary.html?mod=WSJ_topnav_opinion_main", + "http://www.wsj.com/public/page/news-personal-finance.html", + "http://www.wsj.com/public/page/news-personal-finance.html?mod=WSJ_hpp_sections_yourmoney", + "http://www.wsj.com/public/page/news-personal-finance.html?mod=WSJ_topnav_yourmoney_main", + "http://www.wsj.com/public/page/news-real-estate-homes.html", + "http://www.wsj.com/public/page/news-real-estate-homes.html?mod=WSJ_hpp_sections_realestate", + "http://www.wsj.com/public/page/news-real-estate-homes.html?mod=WSJ_topnav_realestate_main", + "http://www.wsj.com/public/page/news-small-business-marketing.html?mod=WSJ_hpp_sections_smallbusiness", + "http://www.wsj.com/public/page/news-sports-scores.html?mod=WSJ_hpp_sections_sports", + "http://www.wsj.com/public/page/news-world-business.html", + "http://www.wsj.com/public/page/news-world-business.html?mod=WSJ_hpp_sections_news", + "http://www.wsj.com/public/page/news-world-business.html?mod=WSJ_topnav_us_main", + "http://www.wsj.com/public/page/privacy-policy.html?mod=WSJ_footer", + "http://www.wsj.com/public/page/risk-compliance-journal.html?mod=WSJ_hpp_sections_riskcompliance", + "http://www.wsj.com/public/page/subscriber_agreement.html?mod=WSJ_footer", + "http://www.wsj.com/video-center", + "http://www.wsj.com/video/eight-reasons-you-werent-hired-for-the-job/AD4F4736-C096-47A2-9FFB-D622A6719E26.html?mod=WSJ_hpp_videohome_2", + "http://www.wsj.com/video/film-clip-fifty-shades-of-grey/4E4FC204-3668-488F-B8AE-F0B78261F89E.html", + "http://www.wsj.com/video/petite-retreats-shed-square-footage-for-simplicity/9A48E9FD-9E12-40DA-9701-AF03DE72AB79.html", + "http://www.wsj.com/video/spielberg-lucas-and-hollywood-richest-moguls/B44748E0-8FAC-4937-A1EA-88DFAC3A9C60.html?mod=WSJ_hpp_videohome_3", + "http://www.wsj.com/video/which-countries-create-the-most-ocean-trash/C5EAC21B-1F8A-491F-B581-0A703CB0F301.html?mod=WSJ_hpp_videohome_1", + "http://www.wsj.com/video/which-countries-create-the-most-ocean-trash/C5EAC21B-1F8A-491F-B581-0A703CB0F301.html?mod=WSJ_hpp_videohome_top", + "http://www.wsj.com/wsjdlive", + "http://www.wsjdigital.com?mod=WSJ_footer", + "http://www.wsjlocal.com?mod=WSJ_footer", + "http://www.wsjplus.com", + "http://www.wsjwine.com/", + "http://www.wsjwine.com/5941002", + "http://www.yahoo.co.jp/r/c1", + "http://www.yahoo.co.jp/r/c12", + "http://www.yahoo.co.jp/r/c13", + "http://www.yahoo.co.jp/r/c14", + "http://www.yahoo.co.jp/r/c15", + "http://www.yahoo.co.jp/r/c2", + "http://www.yahoo.co.jp/r/c25", + "http://www.yahoo.co.jp/r/c26", + "http://www.yahoo.co.jp/r/c32", + "http://www.yahoo.co.jp/r/c33", + "http://www.yahoo.co.jp/r/c34", + "http://www.yahoo.co.jp/r/c37", + "http://www.yahoo.co.jp/r/c41", + "http://www.yahoo.co.jp/r/c44", + "http://www.yahoo.co.jp/r/c46", + "http://www.yahoo.co.jp/r/c48", + "http://www.yahoo.co.jp/r/c5", + "http://www.yahoo.co.jp/r/c53", + "http://www.yahoo.co.jp/r/c57", + "http://www.yahoo.co.jp/r/c73", + "http://www.yahoo.co.jp/r/c97", + "http://www.yahoo.co.jp/r/cf17", + "http://www.yahoo.co.jp/r/cf20", + "http://www.yahoo.co.jp/r/cf21", + "http://www.yahoo.co.jp/r/cp3", + "http://www.yahoo.co.jp/r/fad", + "http://www.yahoo.co.jp/r/fcgi", + "http://www.yahoo.co.jp/r/fcsr", + "http://www.yahoo.co.jp/r/fdi", + "http://www.yahoo.co.jp/r/fhr", + "http://www.yahoo.co.jp/r/fin", + "http://www.yahoo.co.jp/r/fiv", + "http://www.yahoo.co.jp/r/fpv", + "http://www.yahoo.co.jp/r/fsec", + "http://www.yahoo.co.jp/r/ftm", + "http://www.yahoo.co.jp/r/lst", + "http://www.yahoo.co.jp/r/mht", + "http://www.yahoo.co.jp/r/pbk", + "http://www.yahoo.co.jp/r/pbx", + "http://www.yahoo.co.jp/r/pcl", + "http://www.yahoo.co.jp/r/pclplo", + "http://www.yahoo.co.jp/r/pet", + "http://www.yahoo.co.jp/r/pl1", + "http://www.yahoo.co.jp/r/plh1", + "http://www.yahoo.co.jp/r/plpb", + "http://www.yahoo.co.jp/r/pmllo", + "http://www.yahoo.co.jp/r/pnr", + "http://www.yahoo.co.jp/r/ppml", + "http://www.yandex.ru/?edit=1", + "http://www.yandex.ru/all", + "http://www.yandex.ru/themes", + "http://www.youthradio.org/", + "http://www.youtube.com/user/WSJDigitalNetwork", + "http://www.yoyo.com/", + "http://www.zappos.com/c/top-searches", + "http://xandrah-octopus.deviantart.com/", + "http://xandrah-octopus.deviantart.com/art/Happenning-269-life-Crow-Cotton-branding-510164267", + "http://yabs.yandex.ru/count/LVHWitIog8040WW0gQA0022Eib7NJGLHbGAR1cbQYBW6yGe7feK9Yh81bx01gW6bbXXaaRpGIMG6avee1qAZ0QxuwA-JdIlm3WMn0S7__________mzw2G00", + "http://yahoo.match.com?trackingid=526100&bannerid=673168", + "http://yandex.ru/images/", + "http://yandex.ru/video", + "http://yayashin.deviantart.com/", + "http://yayashin.deviantart.com/art/Carlotta-361829562", + "http://yuuza.deviantart.com/", + "http://yuuza.deviantart.com/journal/About-originality-in-art-513219786", + "http://zenithomocha.deviantart.com/art/Fashion-commissions-CLOSED-513246946", + "http://zeronis.deviantart.com/art/Samus-Zero-Suit-Portrait-01-512805356", + "http://zhidao.baidu.com/q?ct=17&pn=0&tn=ikaslist&rn=10&word=cow&fr=wwwt", + "http://zhidao.baidu.com/q?ct=17&pn=0&tn=ikaslist&rn=10&word=rice&fr=wwwt", + "http://zombiesmile.deviantart.com/art/Bad-Day-307071661", + "https://ab.wikipedia.org/", + "https://about.twitter.com/careers", + "https://about.twitter.com/press/brand-assets", + "https://academia.stackexchange.com", + "https://accounts.google.com/ServiceLogin?hl=en&continue=https://www.google.com/", + "https://accounts.google.com/ServiceLogin?passive=true&continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Fnext%3D%252F%26action_handle_signin%3Dtrue%26hl%3Den%26app%3Ddesktop%26feature%3Dplaylist&uilel=3&hl=en&service=youtube", + "https://accounts.google.com/ServiceLogin?passive=true&continue=https%3A%2F%2Fwww.youtube.com%2Fsignin%3Fnext%3D%252F%26action_handle_signin%3Dtrue%26hl%3Den%26app%3Ddesktop%26feature%3Dsign_in_promo&uilel=3&hl=en&service=youtube", + "https://ace.wikipedia.org/", + "https://ads.twitter.com/start?ref=gl-tw-tw-twitter-advertise", + "https://advertising.yahoo.com/", + "https://af.wikipedia.org/", + "https://ak.wikipedia.org/", + "https://als.wikipedia.org/", + "https://am.wikipedia.org/", + "https://an.wikipedia.org/", + "https://android.stackexchange.com", + "https://ang.wikipedia.org/", + "https://answers.yahoo.com/", + "https://apple.stackexchange.com", + "https://appworld.blackberry.com/webstore/content/19143/", + "https://ar-ar.facebook.com/", + "https://ar.wikipedia.org/", + "https://arc.wikipedia.org/", + "https://area51.stackexchange.com", + "https://arz.wikipedia.org/", + "https://as.wikipedia.org/", + "https://askubuntu.com", + "https://ast.wikipedia.org/", + "https://autos.yahoo.com/", + "https://av.wikipedia.org/", + "https://ay.wikipedia.org/", + "https://az.wikipedia.org/", + "https://ba.wikipedia.org/", + "https://bar.wikipedia.org/", + "https://bat-smg.wikipedia.org/", + "https://bcl.wikipedia.org/", + "https://be-x-old.wikipedia.org/", + "https://be.wikipedia.org/", + "https://bg.wikipedia.org/", + "https://bh.wikipedia.org/", + "https://bi.wikipedia.org/", + "https://bicycles.stackexchange.com", + "https://bjn.wikipedia.org/", + "https://bleacherreport.com", + "https://blog.twitter.com", + "https://bm.wikipedia.org/", + "https://bn.wikipedia.org/", + "https://bo.wikipedia.org/", + "https://bpy.wikipedia.org/", + "https://br.wikipedia.org/", + "https://bs.wikipedia.org/", + "https://bug.wikipedia.org/", + "https://business.twitter.com", + "https://bxr.wikipedia.org/", + "https://ca.wikipedia.org/", + "https://calendar.live.com/?WT.mc_id=O16_BingHP", + "https://careers.stackoverflow.com", + "https://careers.stackoverflow.com?utm_source=stackoverflow.com&utm_medium=site-ui&utm_campaign=anon-topbar", + "https://careers.stackoverflow.com?utm_source=stackoverflow.com&utm_medium=site-ui&utm_campaign=multicollider", + "https://careers.yahoo.com", + "https://careers.yahoo.com/", + "https://cbk-zam.wikipedia.org/", + "https://cdo.wikipedia.org/", + "https://ce.wikipedia.org/", + "https://ceb.wikipedia.org/", + "https://celebrity.yahoo.com/", + "https://celebrity.yahoo.com/horoscope/aquarius/overview-daily-20150212.html", + "https://celebrity.yahoo.com/news/sports-illustrated-swimsuit-issue-model-defends-cover-163547129--spt.html", + "https://ch.wikipedia.org/", + "https://chr.wikipedia.org/", + "https://christianity.stackexchange.com", + "https://chy.wikipedia.org/", + "https://ckb.wikipedia.org/", + "https://classifieds.wsj.com/ad/Business-For-Sale-Ads?mod=WSJ_footer", + "https://classifieds.wsj.com/ad/Commercial-Real-Estate-Ads?mod=WSJ_footer", + "https://classifieds.wsj.com/ad/Franchise-For-Sale-Ads?mod=WSJ_footer", + "https://classifieds.wsj.com/ad/Job-Ads?mod=WSJ_footer", + "https://classifieds.wsj.com/ad/Residential-Real-Estate-Ads?mod=WSJ_footer", + "https://co.wikipedia.org/", + "https://commons.wikimedia.org/", + "https://cooking.stackexchange.com", + "https://cr.wikipedia.org/", + "https://crh.wikipedia.org/", + "https://cs.wikipedia.org/", + "https://csb.wikipedia.org/", + "https://cstheory.stackexchange.com", + "https://cu.wikipedia.org/", + "https://customercenter.wsj.com/view/contactus.html?mod=WSJ_footer", + "https://customercenter.wsj.com/view/ctdir/contactdirectory.html?mod=WSJ_footer", + "https://cv.wikipedia.org/", + "https://cy.wikipedia.org/", + "https://da.wikipedia.org/", + "https://dba.stackexchange.com", + "https://de-de.facebook.com/", + "https://de.wikipedia.org/", + "https://de.wikipedia.org/wiki/Wikipedia:Sprachen", + "https://dev.twitter.com", + "https://dev.twitter.com/docs/embedded-tweets", + "https://developers.facebook.com/?ref=pf", + "https://diq.wikipedia.org/", + "https://direct.yandex.ru/?from=maintest_ru_generatorprodag", + "https://disk.yandex.ru/?auth&source=main-nonlogin", + "https://diy.stackexchange.com", + "https://djrc.dowjones.com/?mod=ProdX_MktgHub", + "https://drive.google.com/?tab=wo", + "https://drupal.stackexchange.com", + "https://dsb.wikipedia.org/", + "https://dv.wikipedia.org/", + "https://dz.wikipedia.org/", + "https://edit.yahoo.com/registration?.src=fpctx&.intl=us&.done=https%3A%2F%2Fwww.yahoo.com%2F", + "https://ee.wikipedia.org/", + "https://el.wikipedia.org/", + "https://electronics.stackexchange.com", + "https://eml.wikipedia.org/", + "https://en.wikipedia.org/", + "https://english.stackexchange.com", + "https://eo.wikipedia.org/", + "https://eo.wikipedia.org/wiki/Vikipedio:Internacia_Vikipedio", + "https://es-la.facebook.com/", + "https://es.wikipedia.org/", + "https://espanol.yahoo.com/", + "https://et.wikipedia.org/", + "https://eu.wikipedia.org/", + "https://everything.yahoo.com", + "https://ext.wikipedia.org/", + "https://fa.wikipedia.org/", + "https://faq.dailymotion.com/hc/en-us", + "https://faq.dailymotion.com/hc/en-us/requests/new", + "https://ff.wikipedia.org/", + "https://fi.wikipedia.org/", + "https://firstlook.org/theintercept/", + "https://fiu-vro.wikipedia.org/", + "https://fj.wikipedia.org/", + "https://flickr.com", + "https://fo.wikipedia.org/", + "https://foursquare.com/wsj", + "https://fr-fr.facebook.com/", + "https://fr.wikipedia.org/", + "https://frp.wikipedia.org/", + "https://frr.wikipedia.org/", + "https://fur.wikipedia.org/", + "https://fy.wikipedia.org/", + "https://ga.wikipedia.org/", + "https://gag.wikipedia.org/", + "https://gamedev.stackexchange.com", + "https://games.yahoo.com/", + "https://games.yahoo.com/game/call-it-right-online.html?_s_icmp=yahoofrontpage&adid=yahoofrontpageapprecommended&adcamp=yahoofrontpageapp&adop=org&adprop=yahoofrontpage", + "https://games.yahoo.com/game/rise-of-mythos.html?_s_icmp=yahoofrontpage&adid=yahoofrontpageapprecommended&adcamp=yahoofrontpageapp&adop=org&adprop=yahoofrontpage", + "https://games.yahoo.com/game/the-last-stand-dead-zone.html?_s_icmp=yahoofrontpage&adid=yahoofrontpageapprecommended&adcamp=yahoofrontpageapp&adop=org&adprop=yahoofrontpage", + "https://games.yahoo.com?_s_icmp=yahoofrontpage&adid=yahoofrontpageappmoregames&adcamp=yahoofrontpageapp&adop=org&adprop=yahoofrontpage", + "https://gaming.stackexchange.com", + "https://gan.wikipedia.org/", + "https://gd.wikipedia.org/", + "https://gis.stackexchange.com", + "https://gl.wikipedia.org/", + "https://glk.wikipedia.org/", + "https://global.factiva.com/du/global.aspx?mod=ProdX_MktgHub", + "https://gn.wikipedia.org/", + "https://got.wikipedia.org/", + "https://graphicdesign.stackexchange.com", + "https://groups.yahoo.com/", + "https://gu.wikipedia.org/", + "https://gv.wikipedia.org/", + "https://ha.wikipedia.org/", + "https://hak.wikipedia.org/", + "https://haw.wikipedia.org/", + "https://he.wikipedia.org/", + "https://help.yahoo.com/l/us/yahoo/helpcentral/", + "https://hi-in.facebook.com/", + "https://hi.wikipedia.org/", + "https://hif.wikipedia.org/", + "https://homes.yahoo.com/", + "https://hr.wikipedia.org/", + "https://hsb.wikipedia.org/", + "https://ht.wikipedia.org/", + "https://hu.wikipedia.org/", + "https://hy.wikipedia.org/", + "https://ia.wikipedia.org/", + "https://id.wikipedia.org/", + "https://id.wsj.com/access/509b1a086458232f6e000002/latest/register_standalone.html", + "https://id.wsj.com/auth/log-in", + "https://ie.wikipedia.org/", + "https://ig.wikipedia.org/", + "https://ik.wikipedia.org/", + "https://ilo.wikipedia.org/", + "https://info.yahoo.com", + "https://info.yahoo.com/legal/us/yahoo/utos/terms/", + "https://info.yahoo.com/privacy/us/yahoo/", + "https://io.wikipedia.org/", + "https://ireport.cnn.com", + "https://is.wikipedia.org/", + "https://it-it.facebook.com/", + "https://it.wikipedia.org/", + "https://itunes.apple.com/us/app/huffpost-live/id572584499?ls=1&mt=8", + "https://itunes.apple.com/us/app/the-huffington-post/id306621789?mt=8", + "https://iu.wikipedia.org/", + "https://ja.wikipedia.org/", + "https://ja.wikipedia.org/wiki/Wikipedia:%E5%A4%9A%E8%A8%80%E8%AA%9E%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%A8%E3%81%97%E3%81%A6%E3%81%AE%E3%82%A6%E3%82%A3%E3%82%AD%E3%83%9A%E3%83%87%E3%82%A3%E3%82%A2", + "https://jbo.wikipedia.org/", + "https://judaism.stackexchange.com", + "https://jv.wikipedia.org/", + "https://ka.wikipedia.org/", + "https://kaa.wikipedia.org/", + "https://kab.wikipedia.org/", + "https://kbd.wikipedia.org/", + "https://kg.wikipedia.org/", + "https://ki.wikipedia.org/", + "https://kk.wikipedia.org/", + "https://kl.wikipedia.org/", + "https://km.wikipedia.org/", + "https://kn.wikipedia.org/", + "https://ko-kr.facebook.com/", + "https://ko.wikipedia.org/", + "https://koi.wikipedia.org/", + "https://krc.wikipedia.org/", + "https://ks.wikipedia.org/", + "https://ksh.wikipedia.org/", + "https://ku.wikipedia.org/", + "https://kv.wikipedia.org/", + "https://kw.wikipedia.org/", + "https://ky.wikipedia.org/", + "https://la.wikipedia.org/", + "https://lad.wikipedia.org/", + "https://lb.wikipedia.org/", + "https://lbe.wikipedia.org/", + "https://lez.wikipedia.org/", + "https://lg.wikipedia.org/", + "https://li.wikipedia.org/", + "https://lij.wikipedia.org/", + "https://lmo.wikipedia.org/", + "https://ln.wikipedia.org/", + "https://lo.wikipedia.org/", + "https://login.yahoo.com/config/login?.src=fpctx&.intl=us&.done=https%3A%2F%2Fwww.yahoo.com%2F", + "https://lt.wikipedia.org/", + "https://ltg.wikipedia.org/", + "https://lv.wikipedia.org/", + "https://mai.wikipedia.org/", + "https://mail.google.com/mail/?tab=wm", + "https://mail.yahoo.com?.src=ym&.intl=us", + "https://mail.yandex.ru", + "https://map-bms.wikipedia.org/", + "https://maps.google.com/maps?hl=en&tab=wl", + "https://maps.yahoo.com/", + "https://math.stackexchange.com", + "https://mathematica.stackexchange.com", + "https://mathoverflow.net", + "https://mdf.wikipedia.org/", + "https://media.twitter.com", + "https://meta.stackexchange.com", + "https://meta.stackoverflow.com", + "https://meta.wikimedia.org/", + "https://meta.wikimedia.org/wiki/%EC%9C%84%ED%82%A4%EB%B0%B1%EA%B3%BC%EC%9D%98_%EB%AA%A9%EB%A1%9D", + "https://meta.wikimedia.org/wiki/List_of_Wikipedias", + "https://meta.wikimedia.org/wiki/Lista_de_Wikipedias", + "https://meta.wikimedia.org/wiki/Liste_des_Wikip%C3%A9dias", + "https://mg.wikipedia.org/", + "https://mhr.wikipedia.org/", + "https://mi.wikipedia.org/", + "https://min.wikipedia.org/", + "https://mk.wikipedia.org/", + "https://ml.wikipedia.org/", + "https://mn.wikipedia.org/", + "https://mo.wikipedia.org/", + "https://mobile.yahoo.com", + "https://mobile.yahoo.com/yahoo/?src=gta", + "https://money.cnn.com", + "https://money.stackexchange.com", + "https://money.yandex.ru/", + "https://mr.wikipedia.org/", + "https://mrj.wikipedia.org/", + "https://ms.wikipedia.org/", + "https://mt.wikipedia.org/", + "https://music.yahoo.com", + "https://music.yahoo.com/video/backstage-citi-foreigner-223814414.html", + "https://mwl.wikipedia.org/", + "https://my.wikipedia.org/", + "https://my.yahoo.com/?fr=yfp-t-403", + "https://myv.wikipedia.org/", + "https://mzn.wikipedia.org/", + "https://na.wikipedia.org/", + "https://nah.wikipedia.org/", + "https://nap.wikipedia.org/", + "https://nds-nl.wikipedia.org/", + "https://nds.wikipedia.org/", + "https://ne.wikipedia.org/", + "https://new.wikipedia.org/", + "https://news.google.com/nwshp?hl=en&tab=wn", + "https://nl.wikipedia.org/", + "https://nn.wikipedia.org/", + "https://no.wikipedia.org/", + "https://nov.wikipedia.org/", + "https://nrm.wikipedia.org/", + "https://nso.wikipedia.org/", + "https://nv.wikipedia.org/", + "https://ny.wikipedia.org/", + "https://oc.wikipedia.org/", + "https://office.live.com/start/Excel.aspx?WT.mc_id=O16_BingHP", + "https://office.live.com/start/PowerPoint.aspx?WT.mc_id=O16_BingHP", + "https://office.live.com/start/Word.aspx?WT.mc_id=O16_BingHP", + "https://om.wikipedia.org/", + "https://or.wikipedia.org/", + "https://os.wikipedia.org/", + "https://outlook.com/?WT.mc_id=O16_BingHP?mkt=en-US", + "https://pa.wikipedia.org/", + "https://pag.wikipedia.org/", + "https://pam.wikipedia.org/", + "https://pap.wikipedia.org/", + "https://passport.baidu.com/v2/?login&tpl=mn&u=http%3A%2F%2Fwww.baidu.com%2F", + "https://passport.yandex.ru/passport?mode=restore", + "https://passport.yandex.ru/registration/mail?mode=register&retpath=https://mail.yandex.ru%2F%3Forigin%3Dhome_ru_old&origin=home_ru_old", + "https://pcd.wikipedia.org/", + "https://pdc.wikipedia.org/", + "https://people.live.com/?WT.mc_id=O16_BingHP", + "https://pfl.wikipedia.org/", + "https://photo.stackexchange.com", + "https://physics.stackexchange.com", + "https://pi.wikipedia.org/", + "https://pih.wikipedia.org/", + "https://pl.wikipedia.org/", + "https://pl.wikipedia.org/wiki/Wikipedia:Lista_wersji_j%C4%99zykowych", + "https://play.google.com/?hl=en&tab=w8", + "https://play.google.com/store/apps/details?id=com.huffingtonpost.android", + "https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=en", + "https://play.google.com/store/apps/details?id=com.huffingtonpost.android&hl=en_US", + "https://plus.google.com/+youtube", + "https://plus.google.com/116899029375914044550", + "https://plus.google.com/117720626238470886461/posts", + "https://pms.wikipedia.org/", + "https://pnb.wikipedia.org/", + "https://pnt.wikipedia.org/", + "https://pogoda.yandex.ru/mountain-view/", + "https://portfolio.wsj.com/portfolio?mod=wsj_port_mdc", + "https://programmers.stackexchange.com", + "https://ps.wikipedia.org/", + "https://pt-br.facebook.com/", + "https://pt.wikipedia.org/", + "https://qu.wikipedia.org/", + "https://rm.wikipedia.org/", + "https://rmy.wikipedia.org/", + "https://rn.wikipedia.org/", + "https://ro.wikipedia.org/", + "https://roa-rup.wikipedia.org/", + "https://roa-tara.wikipedia.org/", + "https://rpg.stackexchange.com", + "https://ru.wikipedia.org/", + "https://ru.wikipedia.org/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%A1%D0%92", + "https://rue.wikipedia.org/", + "https://rw.wikipedia.org/", + "https://sa.wikipedia.org/", + "https://sah.wikipedia.org/", + "https://salesforce.stackexchange.com", + "https://sc.wikipedia.org/", + "https://scifi.stackexchange.com", + "https://scn.wikipedia.org/", + "https://sco.wikipedia.org/", + "https://screen.yahoo.com", + "https://screen.yahoo.com/", + "https://screen.yahoo.com/live/", + "https://screen.yahoo.com/live/event/the-revivalists", + "https://sd.wikipedia.org/", + "https://se.wikipedia.org/", + "https://search.yahoo.com/search?cs=bz&p=Online+tax+filing&fr=fp-tts-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:all,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Anna+Kendrick&fr=fp-tts-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:all,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Beer+glasses&fr=fp-tts-thg-901&fr2=p:fp,m:tn,ct:gift,pg:1,stl:sgl&woeid=2455920&fp=1", + "https://search.yahoo.com/search?p=Beer+glasses&fr=fp-tts-thg-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:gift,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Chocolate+diamonds&fr=fp-tts-thg-901&fr2=p:fp,m:tn,ct:gift,pg:1,stl:sgl&woeid=2455920&fp=1", + "https://search.yahoo.com/search?p=Chocolate+diamonds&fr=fp-tts-thg-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:gift,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Coco+Chanel+perfume&fr=fp-tts-thg-901&fr2=p:fp,m:tn,ct:gift,pg:1,stl:sgl&woeid=2455920&fp=1", + "https://search.yahoo.com/search?p=Coco+Chanel+perfume&fr=fp-tts-thg-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:gift,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Danica+Patrick&fr=fp-tts-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:all,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Def+Leppard&fr=fp-tts-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:all,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Drea+de+Matteo&fr=fp-tts-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:all,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Gift+baskets&fr=fp-tts-thg-901&fr2=p:fp,m:tn,ct:gift,pg:1,stl:sgl&woeid=2455920&fp=1", + "https://search.yahoo.com/search?p=Gift+baskets&fr=fp-tts-thg-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:gift,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Gifts+for+mom&fr=fp-tts-thg-901&fr2=p:fp,m:tn,ct:gift,pg:1,stl:sgl&woeid=2455920&fp=1", + "https://search.yahoo.com/search?p=Gifts+for+mom&fr=fp-tts-thg-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:gift,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Hannah+Davis&fr=fp-tts-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:all,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Hawaii+vacations&fr=fp-tts-thg-901&fr2=p:fp,m:tn,ct:gift,pg:1,stl:sgl&woeid=2455920&fp=1", + "https://search.yahoo.com/search?p=Hawaii+vacations&fr=fp-tts-thg-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:gift,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Karina+Smirnoff&fr=fp-tts-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:all,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Luminox+watches&fr=fp-tts-thg-901&fr2=p:fp,m:tn,ct:gift,pg:1,stl:sgl&woeid=2455920&fp=1", + "https://search.yahoo.com/search?p=Luminox+watches&fr=fp-tts-thg-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:gift,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=North+Face+jackets+sale&fr=fp-tts-thg-901&fr2=p:fp,m:tn,ct:gift,pg:1,stl:sgl&woeid=2455920&fp=1", + "https://search.yahoo.com/search?p=North+Face+jackets+sale&fr=fp-tts-thg-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:gift,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Powerball+winner&fr=fp-tts-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:all,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Rachel+McAdams&fr=fp-tts-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:all,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Sharleen+Joynt&fr=fp-tts-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:all,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Special-occasion+dresses&fr=fp-tts-thg-901&fr2=p:fp,m:tn,ct:gift,pg:1,stl:sgl&woeid=2455920&fp=1", + "https://search.yahoo.com/search?p=Special-occasion+dresses&fr=fp-tts-thg-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:gift,pg:1,stl:crsl", + "https://search.yahoo.com/search?p=Tory+Burch+handbags&fr=fp-tts-thg-901&fr2=p:fp,m:tn,ct:gift,pg:1,stl:sgl&woeid=2455920&fp=1", + "https://search.yahoo.com/search?p=Tory+Burch+handbags&fr=fp-tts-thg-901&woeid=2455920&fp=1&fr2=p:fp,m:tn,ct:gift,pg:1,stl:crsl", + "https://secure.imdb.com/register-imdb/form-v2?ref_=ft_reg", + "https://secure.imdb.com/register-imdb/form-v2?ref_=nv_usr_reg_2", + "https://security.stackexchange.com", + "https://serverfault.com", + "https://sg.wikipedia.org/", + "https://sh.wikipedia.org/", + "https://sharepoint.stackexchange.com", + "https://shopping.yahoo.com/", + "https://si.wikipedia.org/", + "https://simple.wikipedia.org/", + "https://sk.wikipedia.org/", + "https://skeptics.stackexchange.com", + "https://skydrive.live.com/?gologin=1&WT.mc_id=O16_BingHP", + "https://sl.wikipedia.org/", + "https://sm.wikipedia.org/", + "https://smallbusiness.yahoo.com/?s_fptrough=ysb_acq_fp", + "https://sn.wikipedia.org/", + "https://so.wikipedia.org/", + "https://species.wikimedia.org/", + "https://sq.wikipedia.org/", + "https://sr.wikipedia.org/", + "https://srn.wikipedia.org/", + "https://ss.wikipedia.org/", + "https://st.wikipedia.org/", + "https://stackapps.com", + "https://stackexchange.com", + "https://stackexchange.com/questions?tab=hot", + "https://stackexchange.com/sites", + "https://stackoverflow.com", + "https://stackoverflow.com/users/login?returnurl=http%3a%2f%2fstackoverflow.com%2f", + "https://stackoverflow.com/users/signup?returnurl=http%3a%2f%2fstackoverflow.com%2f", + "https://stats.stackexchange.com", + "https://stq.wikipedia.org/", + "https://su.wikipedia.org/", + "https://subscribe.wsj.com/hphousead", + "https://superuser.com", + "https://support.google.com/youtube/?hl=en", + "https://support.twitter.com", + "https://support.twitter.com/articles/20170451", + "https://support.twitter.com/articles/20170514", + "https://sv.wikipedia.org/", + "https://sw.wikipedia.org/", + "https://szl.wikipedia.org/", + "https://ta.wikipedia.org/", + "https://te.wikipedia.org/", + "https://tet.wikipedia.org/", + "https://tex.stackexchange.com", + "https://tg.wikipedia.org/", + "https://th.wikipedia.org/", + "https://ti.wikipedia.org/", + "https://tk.wikipedia.org/", + "https://tl.wikipedia.org/", + "https://tn.wikipedia.org/", + "https://to.wikipedia.org/", + "https://tpi.wikipedia.org/", + "https://tr.wikipedia.org/", + "https://travel.stackexchange.com", + "https://ts.wikipedia.org/", + "https://tt.wikipedia.org/", + "https://tum.wikipedia.org/", + "https://tv.yahoo.com/", + "https://tv.yahoo.com/news/jon-stewart-rejects-arby-s-job-offer-161517180.html", + "https://tw.wikipedia.org/", + "https://twitter.com/HuffingtonPost", + "https://twitter.com/IMDb", + "https://twitter.com/signup?context=login", + "https://ty.wikipedia.org/", + "https://tyv.wikipedia.org/", + "https://udm.wikipedia.org/", + "https://ug.wikipedia.org/", + "https://uk.wikipedia.org/", + "https://unix.stackexchange.com", + "https://ur.wikipedia.org/", + "https://ux.stackexchange.com", + "https://uz.wikipedia.org/", + "https://ve.wikipedia.org/", + "https://vec.wikipedia.org/", + "https://vep.wikipedia.org/", + "https://vi.wikipedia.org/", + "https://vi.wikipedia.org/wiki/Wikipedia:Phi%C3%AAn_b%E1%BA%A3n_ng%C3%B4n_ng%E1%BB%AF", + "https://vls.wikipedia.org/", + "https://vo.wikipedia.org/", + "https://wa.wikipedia.org/", + "https://war.wikipedia.org/", + "https://weather.yahoo.com", + "https://weather.yahoo.com/united-states/California/MountainView-2455920/", + "https://webapps.stackexchange.com", + "https://webmasters.stackexchange.com", + "https://wikimediafoundation.org/", + "https://wikimediafoundation.org/wiki/Privacy_policy", + "https://wikimediafoundation.org/wiki/Terms_of_Use", + "https://wo.wikipedia.org/", + "https://wordpress.stackexchange.com", + "https://wuu.wikipedia.org/", + "https://www.amazon.com", + "https://www.amazon.com#gw-ftGr-desktop-hero-1", + "https://www.amazon.com#gw-ftGr-desktop-hero-2", + "https://www.amazon.com#gw-ftGr-desktop-hero-3", + "https://www.amazon.com#gw-ftGr-desktop-hero-4", + "https://www.amazon.com#gw-ftGr-desktop-hero-5", + "https://www.amazon.com/", + "https://www.amazon.com/101-Dalmatians-Diamond-Edition-Blu-ray/dp/B00OZLF4AG", + "https://www.amazon.com/15-6-Inch-Intel-Celeron-Laptop-500GB/dp/B00L49X8E6", + "https://www.amazon.com/Action-Sports-Outdoors/b?ie=UTF8&node=706812011", + "https://www.amazon.com/Amazon-1_US_Email-Gift-Card-Email/dp/B004LLIKVU", + "https://www.amazon.com/Amazon-Kindle-Charge-Sync-Bundle/dp/B00L1TMHRS", + "https://www.amazon.com/Amazon-Kindle-Paperwhite-Special-Offers/dp/B00JG8GOWU", + "https://www.amazon.com/Amazon-W87CUN-Fire-TV-Stick/dp/B00GDQ0RMG", + "https://www.amazon.com/AmazonBasics-High-Speed-HDMI-Cable-Supports/dp/B003L1ZYYM", + "https://www.amazon.com/American-Sniper-Blu-ray-Digital-UltraViolet/dp/B00RGZ915C", + "https://www.amazon.com/An-Unfinished-Life-Robert-Redford/dp/B0091X3B6M", + "https://www.amazon.com/Anchorman-The-Legend-Continues-HD/dp/B00HVNZT3M", + "https://www.amazon.com/Annie-HD-Albert-Finney/dp/B009V5KI98", + "https://www.amazon.com/Apparel/b?ie=UTF8&node=2206626011", + "https://www.amazon.com/Apple-Generation-NEWEST-Certified-Refurbished/dp/B00NT7E0IY", + "https://www.amazon.com/Apple-Ipod-Nano-Generation-Silver/dp/B00CJZLHN8", + "https://www.amazon.com/Apple-Space-Generation-NEWEST-MODEL/dp/B0097BEE9Q", + "https://www.amazon.com/Apple-classic-160GB-Generation-Player/dp/B001F7AHOG", + "https://www.amazon.com/Apple-shuffle-Space-Generation-NEWEST/dp/B0097BEEW8", + "https://www.amazon.com/Apple-touch-Generation-Discontinued-Manufacturer/dp/B001FA1O0O", + "https://www.amazon.com/Apple-touch-Space-Generation-NEWEST/dp/B00LG71M9Y", + "https://www.amazon.com/Appliances/b?ie=UTF8&node=2619525011", + "https://www.amazon.com/Art/b?ie=UTF8&node=6685269011", + "https://www.amazon.com/Arts-Crafts-Sewing/b?ie=UTF8&node=2617941011", + "https://www.amazon.com/BLU-5-Inch-Windows-Camera-Unlocked/dp/B00NQGFQ5Y", + "https://www.amazon.com/BLU-5-Inch-Windows-Camera-Unlocked/dp/B00NQGFQ7C", + "https://www.amazon.com/BLU-5-Inch-Windows-Camera-Unlocked/dp/B00NQGFQ9K", + "https://www.amazon.com/BLU-Dash-JR-4-0-Smartphone/dp/B00O3DEPP6", + "https://www.amazon.com/BLU-Dash-JR-4-0-Smartphone/dp/B00O3DF9R4", + "https://www.amazon.com/BLU-Dash-JR-Smartphone-Unlocked/dp/B00O3DEVUK", + "https://www.amazon.com/BLU-Life-1-3GHz-Android-Camera/dp/B00MAHW9FU", + "https://www.amazon.com/BLU-Studio-1-3GHz-Android-Camera/dp/B00MAHW96O", + "https://www.amazon.com/BLU-Studio-5-0-HD-Smartphone/dp/B00PYWQ7SI", + "https://www.amazon.com/BLU-Studio-5-0Ce-Unlocked-Black/dp/B00MAHW9AA", + "https://www.amazon.com/BLU-Studio-5-0Ce-Unlocked-Blue/dp/B00MAHW6AI", + "https://www.amazon.com/BLU-Studio-D610a-Unlocked-Phone/dp/B00FY3QTUS", + "https://www.amazon.com/BLU-Studio-Display-Android-Unlocked/dp/B00QKVEUEA", + "https://www.amazon.com/BLU-Studio-Display-Android-Unlocked/dp/B00QKVEUF4", + "https://www.amazon.com/BLU-Studio-Display-Android-Unlocked/dp/B00QKVEUFO", + "https://www.amazon.com/BLU-Studio-Display-Android-Unlocked/dp/B00QKVEUP4", + "https://www.amazon.com/BLU-Vivo-Air-Smartphone-Unlocked/dp/B00S5C3BCY", + "https://www.amazon.com/BLU-Vivo-Air-Smartphone-Unlocked/dp/B00S5C3BFG", + "https://www.amazon.com/BLU-Win-JR-Smartphone-Unlocked/dp/B00PYWQ7QK", + "https://www.amazon.com/BLU-Win-JR-Smartphone-Unlocked/dp/B00PYWQABC", + "https://www.amazon.com/Babadook-Special-Edition-Packaging-Blu-ray/dp/B00S4YGWD8", + "https://www.amazon.com/Barefoot-HD-Evan-Rachel-Wood/dp/B00JUIZMMY", + "https://www.amazon.com/Batman-Arkham-Knight-PlayStation-4/dp/B00IQCRKT8", + "https://www.amazon.com/Batman-HD-Michael-Keaton/dp/B00A3Z384M", + "https://www.amazon.com/Beauty-Makeup-Skin-Hair-Products/b?ie=UTF8&node=3760911", + "https://www.amazon.com/Best-Sellers-MP3-Downloads/zgbs/dmusic", + "https://www.amazon.com/Big-Fish-HD-Billy-Crudup/dp/B0094M2ITG", + "https://www.amazon.com/Big-Hero-Blu-ray-DVD-Digital/dp/B00O4ZC57I", + "https://www.amazon.com/Bloodborne-PlayStation-4/dp/B00KVR4HEC", + "https://www.amazon.com/Blu-Studio-6-0-HD-Unlocked/dp/B00K01YO1K", + "https://www.amazon.com/Blu-Studio-6-0-HD-Unlocked/dp/B00K01YOQ0", + "https://www.amazon.com/Boating-Water-Sports-Outdoors/b?ie=UTF8&node=3421331", + "https://www.amazon.com/Book-Life-Blu-ray-Jorge-Gutierrez/dp/B00Q5998XK", + "https://www.amazon.com/Call-Duty-Advanced-Warfare-Xbox-One/dp/B00MU1YEE0", + "https://www.amazon.com/Camera-Photo-Film-Canon-Sony/b?ie=UTF8&node=502394", + "https://www.amazon.com/Canon-EOS-Rebel-T5-Professional/dp/B00J34YO92", + "https://www.amazon.com/Canon-EOS-T5-Professional-lightweight/dp/B00L3NY180", + "https://www.amazon.com/Canon-PowerShot-Digital-Camera-3-Inch/dp/B009B0MYSQ", + "https://www.amazon.com/Canon-PowerShot-SX520-16Digital-Stabilized/dp/B00M0QVTOS", + "https://www.amazon.com/Captain-America-Winter-Soldier-Blu-ray/dp/B0090SI3GQ", + "https://www.amazon.com/Car-Electronics/b?ie=UTF8&node=1077068", + "https://www.amazon.com/Childrens-Books/b?ie=UTF8&node=4", + "https://www.amazon.com/Coherence-HD-Emily-Foxler/dp/B00MFDZJAG", + "https://www.amazon.com/Computer-Accessories-Supplies/b?ie=UTF8&node=172456", + "https://www.amazon.com/Cowboy-Bebop-Complete-Series-Blu-ray/dp/B00NP06DJE", + "https://www.amazon.com/Currency-Converter/b?ie=UTF8&node=388305011", + "https://www.amazon.com/Cycling-Wheel-Sports-Outdoors/b?ie=UTF8&node=3403201", + "https://www.amazon.com/Desktops/b?ie=UTF8&node=4972214011", + "https://www.amazon.com/Dracula-Untold-Blu-ray-DIGITAL-UltraViolet/dp/B00OALBUZY", + "https://www.amazon.com/Dremel-Idea-Builder-3D-Printer/dp/B00NA00MWS", + "https://www.amazon.com/Dying-Light-Xbox-One/dp/B00D2ZK2MQ", + "https://www.amazon.com/Electronics-Trade-In/b?ie=UTF8&node=2226766011", + "https://www.amazon.com/Entertainment-Collectibles/b?ie=UTF8&node=5088769011", + "https://www.amazon.com/Etermax-Trivia-Crack-Ad-Free/dp/B00K6NOTGM", + "https://www.amazon.com/Exercise-Fitness-Sports-Outdoors/b?ie=UTF8&node=3407731", + "https://www.amazon.com/Fan-Shop-Sports-Outdoors/b?ie=UTF8&node=3386071", + "https://www.amazon.com/Fiio-X1-FiiO/dp/B00NS3MRKC", + "https://www.amazon.com/Fire-HD-Display-Wi-Fi-GB/dp/B00IKPYKWG", + "https://www.amazon.com/Fire-HD-Display-Wi-Fi-GB/dp/B00KC6I06S", + "https://www.amazon.com/Fire-TV-streaming-media-player/dp/B00CX5P8FC", + "https://www.amazon.com/G-G-Martinsen-Player-Media-Music-accessories-Blue/dp/B00NPTLAFW", + "https://www.amazon.com/Game-Downloads/b?ie=UTF8&node=979455011", + "https://www.amazon.com/Game-Thrones-Season-Blu-Ray-Digital/dp/B00KHWSD1O", + "https://www.amazon.com/GoPro-ACMPM-001-Jaws-Clamp-Mount/dp/B00F19Q2R0", + "https://www.amazon.com/GoPro-AFLTY-003-Floaty-Backdoor/dp/B00F19PZXW", + "https://www.amazon.com/GoPro-CHDHX-401-HERO4-BLACK/dp/B00NIYNUF2", + "https://www.amazon.com/GoPro-CHDHY-401-HERO4-SILVER/dp/B00NIYJF6U", + "https://www.amazon.com/GoPro-GRH30-Handlebar-Seatpost-Mount/dp/B0014F5WIA", + "https://www.amazon.com/GoPro-Protective-Lens-and-Covers/dp/B00F19Q3S8", + "https://www.amazon.com/Golf-Sports-Outdoors/b?ie=UTF8&node=3410851", + "https://www.amazon.com/Guardians-Galaxy-Blu-ray-Digital-Copy/dp/B00N1JQ2UO", + "https://www.amazon.com/Hamilton-Beach-49983-FlexBrew-Coffeemaker/dp/B00E0QMDSM", + "https://www.amazon.com/Hardware-Locks-and-Fasteners/b?ie=UTF8&node=511228", + "https://www.amazon.com/Home-Audio-Electronics/b?ie=UTF8&node=667846011", + "https://www.amazon.com/Hunting-Fishing/b?ie=UTF8&node=706813011", + "https://www.amazon.com/Hyrule-Warriors-Nintendo-Wii-U/dp/B00KWEHBAG", + "https://www.amazon.com/I-Frankenstein-HD-Aaron-Eckhart/dp/B00JM03QV4", + "https://www.amazon.com/Indiana-Jones-Complete-Adventures-Raiders/dp/B000NQRE9Q", + "https://www.amazon.com/Instant-Video/b?ie=UTF8&node=2858778011", + "https://www.amazon.com/Interstellar-Blu-Ray-DVD-Matthew-McConaughey/dp/B00SI7GCJK", + "https://www.amazon.com/Into-Woods-1-Disc-Digital-Blu-ray/dp/B00Q7WBFTA", + "https://www.amazon.com/Jack-Reacher-HD-Tom-Cruise/dp/B00BUCXVPI", + "https://www.amazon.com/Jack-Ryan-Shadow-Recruit-HD/dp/B00HZ3C4N6", + "https://www.amazon.com/Kids-Family/b?ie=UTF8&node=471306", + "https://www.amazon.com/Kindle-Glare-Free-Touchscreen-Display-Wi-Fi/dp/B00I15SB16", + "https://www.amazon.com/Kindle-eBooks/b?ie=UTF8&node=1286228011", + "https://www.amazon.com/Kindle-eBooks/b?ie=UTF8&node=154606011", + "https://www.amazon.com/Kingdom-Hearts-III-PlayStation-4/dp/B00DBF81JS", + "https://www.amazon.com/Kitchen-and-Bath-Fixtures/b?ie=UTF8&node=3754161", + "https://www.amazon.com/Kubik-Player-Radio-Expandable-MicroSD/dp/B0041MMMWW", + "https://www.amazon.com/LG-Electronics-42LB5600-42-Inch-1080p/dp/B00KVLT0A4", + "https://www.amazon.com/Lab-Scientific-Supplies/b?ie=UTF8&node=317970011", + "https://www.amazon.com/Labor-Day-HD-Kate-Winslet/dp/B00J29397G", + "https://www.amazon.com/Laptops-Tablets/b?ie=UTF8&node=2956501011", + "https://www.amazon.com/Lawrence-Of-Arabia-Peter-OToole/dp/B00CJ4OMO0", + "https://www.amazon.com/Leisure-Sports-Games/b?ie=UTF8&node=706808011", + "https://www.amazon.com/Lighting-and-Ceiling-Fans/b?ie=UTF8&node=495224", + "https://www.amazon.com/Lonve-Silver-Player-Screen-Music/dp/B00OCY6M9I", + "https://www.amazon.com/Luggage-Bags-Travel-Accessories-Clothing/b?ie=UTF8&node=15743161", + "https://www.amazon.com/Luxury-Makeup-Skin-Hair-Beauty-Products/b?ie=UTF8&node=7175545011", + "https://www.amazon.com/MP3-Deals/b?ie=UTF8&node=678551011", + "https://www.amazon.com/MP3-Music-Download/b?ie=UTF8&node=163856011", + "https://www.amazon.com/MP3-Players-Audio-Video/b?ie=UTF8&node=172630", + "https://www.amazon.com/MarBlue-Sleeq-Stylus-Touchscreen-Devices/dp/B00FRL7424", + "https://www.amazon.com/Mario-Kart-7-Nintendo-3DS/dp/B0053BCO00", + "https://www.amazon.com/Mario-Kart-8-Nintendo-Wii-U/dp/B00DC7G2W8", + "https://www.amazon.com/Mario-Party-10-Wii-U/dp/B00KWG4HG0", + "https://www.amazon.com/Mens-Grooming-Products/b?ie=UTF8&node=6682399011", + "https://www.amazon.com/Metal-Player-Support-Earphone-Purple/dp/B00K8KYUKI", + "https://www.amazon.com/Microsoft-Xbox-LIVE-Month-Membership-360/dp/B00EQNP8F4", + "https://www.amazon.com/Mobile-Systems-Inc-OfficeSuite-Professional/dp/B0051UP5NQ", + "https://www.amazon.com/Mortal-Kombat-X-PlayStation-4/dp/B00KOOUVNI", + "https://www.amazon.com/Motorcycle-ATV-Automotive/b?ie=UTF8&node=346333011", + "https://www.amazon.com/Nest-Learning-Thermostat-Generation-T200577/dp/B009GDHYPQ", + "https://www.amazon.com/New-Future-Releases-MP3-Downloads/b?ie=UTF8&node=307026011", + "https://www.amazon.com/New-Used-Textbooks-Books/b?ie=UTF8&node=465600", + "https://www.amazon.com/Nikon-COOLPIX-Digital-Discontinued-Manufacturer/dp/B00HQ4W3OE", + "https://www.amazon.com/Nikon-COOLPIX-Digital-Discontinued-Manufacturer/dp/B00HQ4W58I", + "https://www.amazon.com/Nikon-Coolpix-L330-Digital-Camera/dp/B00HQDBLDO", + "https://www.amazon.com/Nikon-Digital-NIKKOR-18-55mm-3-5-5-6G/dp/B00HQ4W1QE", + "https://www.amazon.com/Nikon-Megapixel-Digital-Camera-18-55mm/dp/B00OJNTBGI", + "https://www.amazon.com/Nintendo-Wii-Deluxe-Set-Bundle-3ds/dp/B00MVUKM0A", + "https://www.amazon.com/Outlander-Season-1-Volume-One/dp/B00RGQ4674", + "https://www.amazon.com/PC-Parts-Components/b?ie=UTF8&node=193870011", + "https://www.amazon.com/Patio-Lawn-Garden/b?ie=UTF8&node=2972638011", + "https://www.amazon.com/PlayStation-3-500-GB-System/dp/B009DL2TBA", + "https://www.amazon.com/PlayStation-4-Console/dp/B00BGA9WK2", + "https://www.amazon.com/Pok%C3%A9mon-Alpha-Sapphire-Nintendo-3DS/dp/B00K848IH0", + "https://www.amazon.com/Power-Tools-and-Hand-Tools/b?ie=UTF8&node=328182011", + "https://www.amazon.com/Prime-Instant-Video/b?ie=UTF8&node=2676882011", + "https://www.amazon.com/Printers-Office-Electronics/b?ie=UTF8&node=172635", + "https://www.amazon.com/Samsung-WB350F-16-3MP-Digital-Optical/dp/B00HV6KK0G", + "https://www.amazon.com/SanDisk-Full-Color-MicroSDHC-Stopwatch-SDMX22-008G-A57K/dp/B005FVNH04", + "https://www.amazon.com/SanDisk-Player-Screen-MicroSDHC-SDMX24-004G-G46R/dp/B00HCMZ19Y", + "https://www.amazon.com/SanDisk-Sansa-Clip-Player-Black/dp/B002MAPT7U", + "https://www.amazon.com/Sell-Books/b?ie=UTF8&node=2205237011", + "https://www.amazon.com/Shop-Instant-Video/b?ie=UTF8&node=7589478011", + "https://www.amazon.com/Skyfall-HD-Daniel-Craig/dp/B00B5HQLMI", + "https://www.amazon.com/Sony-DSCW830-Digital-Camera-2-7-Inch/dp/B00HNJWUC2", + "https://www.amazon.com/Sony-NWZE385-Walkman-Video-Player/dp/B00ECQUY2M", + "https://www.amazon.com/Sony-W800-Digital-Camera-Black/dp/B00I8BIBCW", + "https://www.amazon.com/Sony-Walkman-NWZW273S-Waterproof-Swimming/dp/B00I05EFO4", + "https://www.amazon.com/Specialty-Diets/b?ie=UTF8&node=10529351011", + "https://www.amazon.com/Sports-Collectibles/b?ie=UTF8&node=3250697011", + "https://www.amazon.com/Star-Trek-Into-Darkness-HD/dp/B00E5Q1HJS", + "https://www.amazon.com/Star-Wars-Complete-Episodes-Blu-ray/dp/B003ZSJ212", + "https://www.amazon.com/Studio-5-5S-Quad-Unlocked-White/dp/B00IWCCYY8", + "https://www.amazon.com/Super-Smash-Bros-Nintendo-3DS/dp/B00DD0B1R0", + "https://www.amazon.com/TOMTOP-Digital-Portable-Player-Speaker/dp/B00CBD65WG", + "https://www.amazon.com/Team-Sports-Outdoors/b?ie=UTF8&node=706809011", + "https://www.amazon.com/Tech-Accessories-Electronics/b?ie=UTF8&node=5745855011", + "https://www.amazon.com/Televisions-Video/b?ie=UTF8&node=1266092011", + "https://www.amazon.com/The-Fifth-Element-Bruce-Willis/dp/B008Y6URAA", + "https://www.amazon.com/The-Hobbit-Battle-Blu-ray-UltraViolet/dp/B00R3DODWI", + "https://www.amazon.com/The-Hunger-Games-Catching-Fire/dp/B00I2TV3NO", + "https://www.amazon.com/The-Hunger-Games-Mockingjay-Blu-ray/dp/B00PYLT4YI", + "https://www.amazon.com/The-Last-Legion-HD-weinstein/dp/B009TGWVRG", + "https://www.amazon.com/The-Legend-Zelda-Majoras-Mask-3DS/dp/B00PB9LZQI", + "https://www.amazon.com/The-Legend-Zelda-Ocarina-Nintendo-3DS/dp/B003O6E800", + "https://www.amazon.com/The-Legend-Zelda-nintendo-wii-u/dp/B002I0GF72", + "https://www.amazon.com/The-Lord-Rings-Fellowship-Extended/dp/B007ZQAKHU", + "https://www.amazon.com/Tools-Equipment-Automotive/b?ie=UTF8&node=15706941", + "https://www.amazon.com/Tools-and-Home-Improvement/b?ie=UTF8&node=228013", + "https://www.amazon.com/Trade-In/b?ie=UTF8&node=2242532011", + "https://www.amazon.com/Uncharted-4-A-Thiefs-End-PlayStation/dp/B00GODZYNA", + "https://www.amazon.com/Wine-Red-White-Sparkling-Dessert-Rose/b?ie=UTF8&node=2983386011", + "https://www.amazon.com/World-War-HD-Brad-Pitt/dp/B00EL8I8IS", + "https://www.amazon.com/Xbox-Gift-Card-Online-Game/dp/B00F4CEHNK", + "https://www.amazon.com/Xbox-Live-Month-Membership-Online/dp/B002VBWIP6", + "https://www.amazon.com/Xbox-One-Assassins-Creed-Unity-Bundle/dp/B00NFXON1Q", + "https://www.amazon.com/access", + "https://www.amazon.com/ap/register?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fyourstore%2Fhome%3Fie%3DUTF8%26ref_%3Dnav_custrec_newcust", + "https://www.amazon.com/ap/register?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fyourstore%2Fhome%3Fie%3DUTF8%26ref_%3Dnav_newcust", + "https://www.amazon.com/ap/signin?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fcss%2Fhomepage.html%3Fie%3DUTF8%26ref_%3Dnav_yam_ya", + "https://www.amazon.com/ap/signin?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fyourstore%2Fhome%3Fie%3DUTF8%26ref_%3Dnav_custrec_signin", + "https://www.amazon.com/ap/signin?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fyourstore%2Fhome%3Fie%3DUTF8%26ref_%3Dnav_signin", + "https://www.amazon.com/ap/signin?_encoding=UTF8&openid.assoc_handle=usflex&openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.pape=http%3A%2F%2Fspecs.openid.net%2Fextensions%2Fpape%2F1.0&openid.pape.max_auth_age=0&openid.return_to=https%3A%2F%2Fwww.amazon.com%2Fgp%2Fyourstore%2Fhome%3Fie%3DUTF8%26ref_%3Dnav_signin_cart", + "https://www.amazon.com/automotive-auto-truck-replacements-parts/b?ie=UTF8&node=15684181", + "https://www.amazon.com/b?_encoding=UTF8&node=10557015011", + "https://www.amazon.com/b?_encoding=UTF8&node=1260395011", + "https://www.amazon.com/b?_encoding=UTF8&node=2350149011", + "https://www.amazon.com/b?_encoding=UTF8&node=468642", + "https://www.amazon.com/b?_encoding=UTF8&node=6469269011", + "https://www.amazon.com/b?_encoding=UTF8&node=9578129011", + "https://www.amazon.com/b?ie=UTF8&node=10158976011", + "https://www.amazon.com/b?ie=UTF8&node=10166275011", + "https://www.amazon.com/b?ie=UTF8&node=10232440011", + "https://www.amazon.com/b?ie=UTF8&node=10394030011", + "https://www.amazon.com/b?ie=UTF8&node=13786321", + "https://www.amazon.com/b?ie=UTF8&node=13786411", + "https://www.amazon.com/b?ie=UTF8&node=15706571", + "https://www.amazon.com/b?ie=UTF8&node=2402172011", + "https://www.amazon.com/b?ie=UTF8&node=2478844011", + "https://www.amazon.com/b?ie=UTF8&node=317971011", + "https://www.amazon.com/b?ie=UTF8&node=318135011", + "https://www.amazon.com/b?ie=UTF8&node=3248684011", + "https://www.amazon.com/b?ie=UTF8&node=3427287011", + "https://www.amazon.com/b?ie=UTF8&node=5744819011", + "https://www.amazon.com/b?ie=UTF8&node=5856181011", + "https://www.amazon.com/b?ie=UTF8&node=5916439011", + "https://www.amazon.com/b?ie=UTF8&node=5916440011", + "https://www.amazon.com/b?ie=UTF8&node=7031433011", + "https://www.amazon.com/b?ie=UTF8&node=7147440011", + "https://www.amazon.com/b?ie=UTF8&node=7147441011", + "https://www.amazon.com/b?ie=UTF8&node=7147442011", + "https://www.amazon.com/b?ie=UTF8&node=7147443011", + "https://www.amazon.com/b?ie=UTF8&node=7147444011", + "https://www.amazon.com/b?ie=UTF8&node=7258776011", + "https://www.amazon.com/b?ie=UTF8&node=7301146011", + "https://www.amazon.com/b?ie=UTF8&node=8209716011", + "https://www.amazon.com/b?ie=UTF8&node=8209718011", + "https://www.amazon.com/b?ie=UTF8&node=8209720011", + "https://www.amazon.com/b?ie=UTF8&node=8335758011", + "https://www.amazon.com/b?ie=UTF8&node=9013937011", + "https://www.amazon.com/b?ie=UTF8&node=9013971011", + "https://www.amazon.com/b?ie=UTF8&node=9425691011", + "https://www.amazon.com/baby-car-seats-strollers-bedding/b?ie=UTF8&node=165796011", + "https://www.amazon.com/bedding-bath-sheets-towels/b?ie=UTF8&node=1057792", + "https://www.amazon.com/books-used-books-textbooks/b?ie=UTF8&node=283155", + "https://www.amazon.com/cell-phones-service-plans-accessories/b?ie=UTF8&node=2335752011", + "https://www.amazon.com/clouddrive", + "https://www.amazon.com/clouddrive/home", + "https://www.amazon.com/clouddrive/home#download-section", + "https://www.amazon.com/clouddrive/home/", + "https://www.amazon.com/clouddrive/pricing", + "https://www.amazon.com/clouddrive/primephotos", + "https://www.amazon.com/clouddrive?_encoding=UTF8&sf=1", + "https://www.amazon.com/compare-credit-card-offers/b?ie=UTF8&node=3561432011", + "https://www.amazon.com/computer-video-games-hardware-accessories/b?ie=UTF8&node=468642", + "https://www.amazon.com/design-download-business-education-software/b?ie=UTF8&node=229534", + "https://www.amazon.com/dp/B00BWYRF7E", + "https://www.amazon.com/dp/B00CX5P8FC", + "https://www.amazon.com/dp/B00DU0ZI8Q", + "https://www.amazon.com/dp/B00EOE0WKQ", + "https://www.amazon.com/dp/B00GDQ0RMG", + "https://www.amazon.com/dp/B00HCNHDN0", + "https://www.amazon.com/dp/B00I15SB16", + "https://www.amazon.com/dp/B00IKPYKWG", + "https://www.amazon.com/dp/B00IOY8XWQ", + "https://www.amazon.com/dp/B00JG8GOWU", + "https://www.amazon.com/dp/B00KC6I06S", + "https://www.amazon.com/dp/B00LOR524M", + "https://www.amazon.com/dp/B00NB86OYE", + "https://www.amazon.com/dp/B00OC0USA6", + "https://www.amazon.com/earn-spend-rewards-points/b?ie=UTF8&node=2634438011", + "https://www.amazon.com/furniture-decor-rugs-lamps-beds-tv-stands/b?ie=UTF8&node=1057794", + "https://www.amazon.com/gift-cards/b?ie=UTF8&node=2238192011", + "https://www.amazon.com/gp/bestsellers/electronics/1264866011", + "https://www.amazon.com/gp/bestsellers/electronics/281052", + "https://www.amazon.com/gp/cart/view.html", + "https://www.amazon.com/gp/cart/view.html?ie=UTF8&hasWorkingJavascript=1", + "https://www.amazon.com/gp/cobrandcard/marketing.html?ie=UTF-8&place=camp&plattr=CCLFOOT&pr=ibprox", + "https://www.amazon.com/gp/cobrandcard/marketing.html?ie=UTF8&plattr=GNO_CCL&pr=ibprox", + "https://www.amazon.com/gp/css/homepage.html", + "https://www.amazon.com/gp/css/order-history", + "https://www.amazon.com/gp/css/returns/homepage.html", + "https://www.amazon.com/gp/digital/fiona/manage", + "https://www.amazon.com/gp/digital/fiona/redirect/newsstand/home/", + "https://www.amazon.com/gp/dmusic/mp3/player", + "https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000493771", + "https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000626391", + "https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000645111", + "https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000739191", + "https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1000825251", + "https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1001166401", + "https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1001316131", + "https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1001422531", + "https://www.amazon.com/gp/feature.html?ie=UTF8&docId=1001423601", + "https://www.amazon.com/gp/gift-central/organizer", + "https://www.amazon.com/gp/gift-finder", + "https://www.amazon.com/gp/goldbox", + "https://www.amazon.com/gp/help/customer/display.html?ie=UTF8&nodeId=468496", + "https://www.amazon.com/gp/help/customer/display.html?ie=UTF8&nodeId=468520", + "https://www.amazon.com/gp/help/customer/display.html?ie=UTF8&nodeId=508088", + "https://www.amazon.com/gp/help/customer/display.html?ie=UTF8&nodeId=508510", + "https://www.amazon.com/gp/kindle/ku/sign-up/ui/rw/about", + "https://www.amazon.com/gp/mas/your-account/myapps", + "https://www.amazon.com/gp/mom/signup", + "https://www.amazon.com/gp/most-wished-for/movies-tv", + "https://www.amazon.com/gp/most-wished-for/videogames", + "https://www.amazon.com/gp/prime", + "https://www.amazon.com/gp/product/B00DBYBNEE", + "https://www.amazon.com/gp/redirect.html?_encoding=UTF8&location=http%3A%2F%2Fphx.corporate-ir.net%2Fphoenix.zhtml%3Fc%3D176060%26p%3Dirol-mediaHome&source=standards&token=F9CAD8A11D4336B5E0B3C3B089FA066D0A467C1C", + "https://www.amazon.com/gp/redirect.html?_encoding=UTF8&location=http%3A%2F%2Fphx.corporate-ir.net%2Fphoenix.zhtml%3Fc%3D97664%26p%3Dirol-irhome&source=standards&token=F9CAD8A11D4336B5E0B3C3B089FA066D0A467C1C", + "https://www.amazon.com/gp/redirect.html?_encoding=UTF8&location=http%3A%2F%2Fservices.amazon.com%2Fselling-services%2Fbenefits.htm%3Fld%3DASUSVAS-globalfooter&source=standards&token=2EF4DF105FC57E2F8FA2BB129755A3E03E343571", + "https://www.amazon.com/gp/redirect.html?_encoding=UTF8&location=http%3A%2F%2Fwww.amazon.com%2Fs%3Ffield-enc-merchantbin%3DATVPDKIKX0DER%26hidden-keywords%3DB00S5C3BCY%257CB00S5C3BFG%257CB00QKVEUFO%257CB00QKVEUF4%257CB00QKVEUP4%257CB00QKVEUEA%257CB00PYWQ7QK%257CB00PYWQABC%257CB00NQGFQ9K%257CB00NQGFQ7C%257CB00NQGFQ5Y%257CB00K01YOQ0%257CB00K01YO1K%257CB00O3DEPP6%257CB00O3DF9R4%257CB00MAHW9AA%257CB00MAHW96O%257CB00O3DEVUK%257CB00MAHW9FU%257CB00IWCCYY8%257CB00PYWQCY2%257CB00PYWQ7SI%257CB00MAHW9AA%257CB00MAHW6AI%257CB00FY3QTUS%26rh%3Di%253Amobile%252Cn%253A2407749011%26sort%3Drelevancerank%25201&source=standards&token=3A0F170E7CEFE27BDC730D3D7344512BC1296B83", + "https://www.amazon.com/gp/redirect.html?_encoding=UTF8&location=http%3A%2F%2Fwww.amazonservices.com%2Fcontent%2Fsell-on-amazon.htm%2Fref%3Dfooter_soa%3Fld%3DAZFSSOA&source=standards&token=1E60AB4AC0ECCA00151B45353E21782E539DC601", + "https://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.jobs%2Fgp%2Fredirect.html%3Flocation%3D%252F&source=standards&token=25117E9F01C8F0AB1D649F37EDDD2DEBE047C3A6", + "https://www.amazon.com/gp/redirect.html?location=http://affiliate-program.amazon.com/&token=020E83530EE2B7F2EDA65ADA51F882D31A4AC155&source=standards", + "https://www.amazon.com/gp/redirect.html?location=http://www.amazon.com/LifeProof-iPhone-Case-Series-Black/dp/B00NCJ4A20&token=3A0F170E7CEFE27BDC730D3D7344512BC1296B83&source=standards", + "https://www.amazon.com/gp/registry/baby", + "https://www.amazon.com/gp/registry/search", + "https://www.amazon.com/gp/registry/wishlist", + "https://www.amazon.com/gp/registry/wishlist?ie=UTF8&requiresSignIn=1", + "https://www.amazon.com/gp/registry/wishlist?ie=UTF8&triggerElementID=createList", + "https://www.amazon.com/gp/registry/wishlist?ie=UTF8&triggerElementID=showUWLPromo", + "https://www.amazon.com/gp/school-lists", + "https://www.amazon.com/gp/seller-account/mm-landing.html?ie=UTF8&ld=AZSOAviewallMakeM", + "https://www.amazon.com/gp/seller-account/mm-product-page.html?ie=UTF8&ld=AZSOAUSCSNav", + "https://www.amazon.com/gp/seller-account/mm-summary-page.html?ie=UTF8&ld=AZFooterSelfPublish&topic=200260520", + "https://www.amazon.com/gp/site-directory", + "https://www.amazon.com/gp/subs/primeclub/account/homepage.html", + "https://www.amazon.com/gp/subscribe-and-save/manager/viewsubscriptions", + "https://www.amazon.com/gp/swvgdtt/your-account/manage-downloads.html", + "https://www.amazon.com/gp/toys/birthday", + "https://www.amazon.com/gp/video/library", + "https://www.amazon.com/gp/video/watchlist", + "https://www.amazon.com/gp/video/watchlist/", + "https://www.amazon.com/gp/wedding/homepage", + "https://www.amazon.com/gp/wedding/homepage/ref=gno_listpop_wr", + "https://www.amazon.com/gp/yourstore", + "https://www.amazon.com/gp/yourstore/home", + "https://www.amazon.com/gp/yt/newforyou/myactions", + "https://www.amazon.com/grocery-breakfast-foods-snacks-organic/b?ie=UTF8&node=16310101", + "https://www.amazon.com/health-personal-care-nutrition-fitness/b?ie=UTF8&node=3760901", + "https://www.amazon.com/home-automation-smarthome/b?ie=UTF8&node=6563140011", + "https://www.amazon.com/home-garden-kitchen-furniture-bedding/b?ie=UTF8&node=1055398", + "https://www.amazon.com/industrial-scientific-supplies/b?ie=UTF8&node=16310091", + "https://www.amazon.com/inkle-Ltd-80-Days/dp/B00QZ727TO", + "https://www.amazon.com/interestbasedads", + "https://www.amazon.com/iss/credit/rewardscardmember?_encoding=UTF8&plattr=CBCCGNO", + "https://www.amazon.com/iss/credit/rewardscardmember?_encoding=UTF8&plattr=CBFOOT", + "https://www.amazon.com/iss/credit/storecardmember?_encoding=UTF8&plattr=PLCCFOOT", + "https://www.amazon.com/iss/credit/storecardmember?_encoding=UTF8&plattr=PLCCGNO", + "https://www.amazon.com/kitchen-dining/b?ie=UTF8&node=284507", + "https://www.amazon.com/magazines/b?ie=UTF8&node=599858", + "https://www.amazon.com/mn/dcw/myx.html", + "https://www.amazon.com/mobile-apps/b?ie=UTF8&node=2350149011", + "https://www.amazon.com/movies-tv-bluray-bluray3d/b?ie=UTF8&node=2901953011", + "https://www.amazon.com/movies-tv-dvd-bluray/b?ie=UTF8&node=2625373011", + "https://www.amazon.com/music-rock-classical-pop-jazz/b?ie=UTF8&node=5174", + "https://www.amazon.com/musical-instruments-accessories-sound-recording/b?ie=UTF8&node=11091801", + "https://www.amazon.com/office-products-supplies-electronics-furniture/b?ie=UTF8&node=1064954", + "https://www.amazon.com/outdoor-gear/b?ie=UTF8&node=706814011", + "https://www.amazon.com/pet-shops-dogs-cats-hamsters-kittens/b?ie=UTF8&node=2619533011", + "https://www.amazon.com/s?_encoding=UTF8&bbn=2238192011&rh=i%3Agift-cards%2Cn%3A2238192011%2Cp_n_feature_browse-bin%3A2740987011", + "https://www.amazon.com/s?_encoding=UTF8&bbn=5856181011&rh=i%3Abeauty%2Cn%3A5856181011%2Cn%3A3760911", + "https://www.amazon.com/s?_encoding=UTF8&node=2858778011%2C7613704011&search-alias=prime-instant-video", + "https://www.amazon.com/sporting-goods/b?ie=UTF8&node=3375251", + "https://www.amazon.com/toys/b?ie=UTF8&node=165793011", + "https://www.amazon.com:443/gp/redirect.html?_encoding=UTF8&location=https%3A%2F%2Fdeveloper.amazon.com%2Fappsandservices%3Fsc_channel%3Dba%26sc_place%3Damazonhome&source=standards&token=DF0CFA9EECFD0DEDEAE6094981480E48DBC1E112", + "https://www.amazon.com:443/gp/redirect.html?location=https://fresh.amazon.com/&token=28DE5151E2930C25FD313A6DAA6DA31818DA06E4&source=standards", + "https://www.amazon.com:443/gp/redirect.html?location=https://read.amazon.com/&token=34AD60CFC4DCD7A97D4E2F4A4A7C4149FBEEF236&source=standards", + "https://www.bing.com", + "https://www.bing.com/account/general?ru=https%3a%2f%2fwww.bing.com%3a443%2f&FORM=SEFD", + "https://www.bing.com/explore?FORM=HPSFLT", + "https://www.bing.com/explore?FORM=Z9LH4", + "https://www.bing.com/images/search?q=elderberry&FORM=hphot1", + "https://www.bing.com/images?FORM=Z9LH", + "https://www.bing.com/maps/?FORM=Z9LH2", + "https://www.bing.com/news?FORM=Z9LH3", + "https://www.bing.com/profile/history?FORM=Z9LH5", + "https://www.bing.com/rewards/dashboard", + "https://www.bing.com/search?q=Zacharias+Janssen&form=hphot2", + "https://www.bing.com/search?q=elderberry&form=hpcapt&filters=HpDate%3a%2220150212_0800%22", + "https://www.bing.com/search?q=elderberry+recipes&form=hphot3", + "https://www.bing.com/set/homepage?PUBL=BINGCOM", + "https://www.bing.com/translator?FORM=HPSFLT", + "https://www.bing.com/travel?FORM=HPSFLT", + "https://www.bing.com/videos?FORM=Z9LH1", + "https://www.bing.com/weather/search?q=weather&FORM=HPSFLT", + "https://www.bing.com?FORM=HYLH", + "https://www.bing.com?FORM=HYLH1", + "https://www.cnn.com", + "https://www.cnn.com/", + "https://www.cnn.com/2014/10/06/world/meast/isis-funding/index.html", + "https://www.cnn.com/2014/12/09/us/armed-guards-investigation/index.html", + "https://www.cnn.com/2015/02/02/us/airport-security-investigation/index.html", + "https://www.cnn.com/2015/02/04/entertainment/conrad-hilton-assaulting-intimidating-flight-attendants-charge/index.html", + "https://www.cnn.com/2015/02/05/entertainment/feat-sports-illustrated-plus-size-models/index.html", + "https://www.cnn.com/2015/02/05/us/feat-barber-shames-misbehaving-kids/index.html", + "https://www.cnn.com/2015/02/06/living/india-menstruation-irpt/index.html", + "https://www.cnn.com/2015/02/06/opinion/bergen-isis-terrorism/index.html", + "https://www.cnn.com/2015/02/07/world/jordan-king-and-queen-5-things/index.html", + "https://www.cnn.com/2015/02/08/americas/brazil-prison-break-seduction/index.html", + "https://www.cnn.com/2015/02/09/entertainment/feat-left-shark-legal-irpt/index.html", + "https://www.cnn.com/2015/02/09/opinion/davidson-kehl-internet-everywhere/index.html", + "https://www.cnn.com/2015/02/09/opinion/ukraine-putin-opinion-tisdall/index.html", + "https://www.cnn.com/2015/02/09/us/neil-armstrong-moon-artifacts/index.html", + "https://www.cnn.com/2015/02/10/opinion/brinkley-brian-williams-cronkite/index.html", + "https://www.cnn.com/2015/02/10/opinion/grumet-senate-keystone/index.html", + "https://www.cnn.com/2015/02/10/opinion/smith-sharing-economy-uber-lyft/index.html", + "https://www.cnn.com/2015/02/10/travel/romantic-destinations/index.html", + "https://www.cnn.com/2015/02/10/world/cnnphotos-iran-lake-urmia/index.html", + "https://www.cnn.com/2015/02/11/asia/taiwan-prison-siege/index.html", + "https://www.cnn.com/2015/02/11/entertainment/feat-joni-mitchell-black-man/index.html", + "https://www.cnn.com/2015/02/11/entertainment/feat-uma-thurman-new-look/index.html", + "https://www.cnn.com/2015/02/11/entertainment/jon-stewart-jester-feat/index.html", + "https://www.cnn.com/2015/02/11/europe/france-strauss-kahn-trial/index.html", + "https://www.cnn.com/2015/02/11/health/feat-alternative-medicine-study/index.html", + "https://www.cnn.com/2015/02/11/health/smartphone-steps/index.html", + "https://www.cnn.com/2015/02/11/intl_tv/dating-morgan-spurlock-inside-man/index.html", + "https://www.cnn.com/2015/02/11/opinion/cevallos-insanity-defense/index.html", + "https://www.cnn.com/2015/02/11/opinion/schneier-samsung-tv-listening/index.html", + "https://www.cnn.com/2015/02/11/opinion/sutter-jon-stewart-generation/index.html", + "https://www.cnn.com/2015/02/11/opinion/sutter-loneliest-whale-kickstarter/index.html", + "https://www.cnn.com/2015/02/11/opinion/zelizer-war-military-force-authorization/index.html", + "https://www.cnn.com/2015/02/11/sport/caroline-wozniacki-si-swimsuit-tennis/index.html", + "https://www.cnn.com/2015/02/11/tech/mca-cloud-cast/index.html", + "https://www.cnn.com/2015/02/11/travel/feat-american-airlines-dreamliner-routes/index.html", + "https://www.cnn.com/2015/02/11/travel/gallery/carnival-2015/index.html", + "https://www.cnn.com/2015/02/11/travel/knickerbocker-hotel-reopening-new-york/index.html", + "https://www.cnn.com/2015/02/11/us/auto-repair-investigation/index.html", + "https://www.cnn.com/2015/02/11/us/bob-simon-dies/index.html", + "https://www.cnn.com/2015/02/11/us/bobbi-kristina-what-we-know/index.html", + "https://www.cnn.com/2015/02/12/entertainment/feat-fifty-shades-grey-reviews/index.html", + "https://www.cnn.com/2015/02/12/entertainment/feat-neil-degrasse-tyson-conan-star-talk/index.html", + "https://www.cnn.com/2015/02/12/entertainment/feat-pattie-boyd-photographs/index.html", + "https://www.cnn.com/2015/02/12/entertainment/gallery/feat-breakfast-club-cast/index.html", + "https://www.cnn.com/2015/02/12/living/cnnphotos-burlesque-legends/index.html", + "https://www.cnn.com/2015/02/12/living/feat-fifty-shades-grey-suits/index.html", + "https://www.cnn.com/2015/02/12/living/feat-punxsutawney-phil-arrest-warrant/index.html", + "https://www.cnn.com/2015/02/12/middleeast/mueller-rescue-attempts/index.html", + "https://www.cnn.com/2015/02/12/opinion/begala-stewart-blew-up-crossfire/index.html", + "https://www.cnn.com/2015/02/12/opinion/khan-chapel-hill-shooting/index.html", + "https://www.cnn.com/2015/02/12/opinion/lbbecke-big-data-saves-lives/index.html", + "https://www.cnn.com/2015/02/12/opinion/navarrette-scott-walker-unqualified/index.html", + "https://www.cnn.com/2015/02/12/opinion/omara-hate-crime/index.html", + "https://www.cnn.com/2015/02/12/opinion/rather-bob-simon-death/index.html", + "https://www.cnn.com/2015/02/12/politics/alabama-gay-marriage-licenses/index.html", + "https://www.cnn.com/2015/02/12/politics/john-kitzhaber-resignation/index.html", + "https://www.cnn.com/2015/02/12/politics/ruth-bader-ginsburg-supreme-court-justice-notorious-rbg/index.html", + "https://www.cnn.com/2015/02/12/tech/mci-saffir-robot/index.html", + "https://www.cnn.com/2015/02/12/tech/mci-scanadu-tricorder/index.html", + "https://www.cnn.com/2015/02/12/travel/divorce-hotel/index.html", + "https://www.cnn.com/2015/02/12/us/alabama-police-beating/index.html", + "https://www.cnn.com/2015/02/12/us/alabama-school-rape-bait-lawsuit/index.html", + "https://www.cnn.com/2015/02/12/us/bobbi-kristina-hospitalized/index.html", + "https://www.cnn.com/2015/02/12/us/california-right-to-die-lawsuit/index.html", + "https://www.cnn.com/2015/02/12/us/chapel-hill-shooting-hate-crime-explainer/index.html", + "https://www.cnn.com/2015/02/12/us/chapel-hill-shooting-suspect-craig-hicks/index.html", + "https://www.cnn.com/2015/02/12/us/feat-amanda-knox-engaged/index.html", + "https://www.cnn.com/2015/02/12/us/gallery/chapel-hill-reaction/index.html", + "https://www.cnn.com/2015/02/12/us/little-league-championship-vacated-chicago/index.html", + "https://www.cnn.com/2015/02/12/world/a-10-jets-to-europe/index.html", + "https://www.cnn.com/2015/02/12/world/gallery/world-press-photo-contest-2015/index.html", + "https://www.cnn.com/about", + "https://www.cnn.com/collection", + "https://www.cnn.com/entertainment", + "https://www.cnn.com/go/", + "https://www.cnn.com/health", + "https://www.cnn.com/help", + "https://www.cnn.com/interactive/2014/05/specials/city-of-tomorrow/index.html", + "https://www.cnn.com/interactive/2014/12/us/cnn-guns-project/index.html", + "https://www.cnn.com/living", + "https://www.cnn.com/login.html", + "https://www.cnn.com/more", + "https://www.cnn.com/mycnn", + "https://www.cnn.com/opinions", + "https://www.cnn.com/politics", + "https://www.cnn.com/privacy", + "https://www.cnn.com/services/advertise/main.html", + "https://www.cnn.com/showbiz", + "https://www.cnn.com/shows/cnn-films", + "https://www.cnn.com/shows/inside-man", + "https://www.cnn.com/shows/life-itself", + "https://www.cnn.com/specials/cnn-10-ideas", + "https://www.cnn.com/specials/cnn-heroes", + "https://www.cnn.com/specials/cnn-investigations", + "https://www.cnn.com/specials/cnn-longform", + "https://www.cnn.com/specials/digital-studios", + "https://www.cnn.com/specials/impact-your-world", + "https://www.cnn.com/specials/last-50-stories", + "https://www.cnn.com/specials/latest-news-videos", + "https://www.cnn.com/specials/opinion/change-the-list", + "https://www.cnn.com/specials/opinion/opinion-politics", + "https://www.cnn.com/specials/opinion/opinion-social-issues", + "https://www.cnn.com/specials/photos", + "https://www.cnn.com/specials/profiles/", + "https://www.cnn.com/specials/tv/all-shows", + "https://www.cnn.com/specials/tv/anchors-and-reporters", + "https://www.cnn.com/specials/video-landing/gotta-watch-video-collection", + "https://www.cnn.com/tech", + "https://www.cnn.com/terms", + "https://www.cnn.com/transcripts", + "https://www.cnn.com/travel", + "https://www.cnn.com/tv", + "https://www.cnn.com/tv/schedule/cnn", + "https://www.cnn.com/us", + "https://www.cnn.com/videos", + "https://www.cnn.com/videos/entertainment/2015/02/10/erin-pkg-moos-kanye-strikes-again.cnn", + "https://www.cnn.com/videos/entertainment/2015/02/12/conan-anna-kendrick-on-naked-slefies.team-coco", + "https://www.cnn.com/videos/health/2015/02/10/pkg-new-york-woman-exercises-on-subway.ny1", + "https://www.cnn.com/videos/health/2015/02/12/dnt-measles-bart-california.kron", + "https://www.cnn.com/videos/justice/2015/02/12/pkg-chilling-crime-scene-video-in-hernandez-case.cnn", + "https://www.cnn.com/videos/living/2015/02/10/pkg-20000-sweater-found-at-goodwill-vince-lombardi.wlos", + "https://www.cnn.com/videos/tech/2015/02/12/intv-brody-spacex-falcon9-rocket.cnn", + "https://www.cnn.com/videos/tech/2015/02/12/u-s-navy-unveils-robotic-firefighter.u-s-navy", + "https://www.cnn.com/videos/travel/2015/02/12/i-love-lucy-chocolate-factory-orig.cnn", + "https://www.cnn.com/videos/tv/2015/02/10/inside-man-spurlock-dating.cnn", + "https://www.cnn.com/videos/tv/2015/02/10/orig-nyc-subway-germs-study-bacteria-cm.cnn", + "https://www.cnn.com/videos/us/2015/02/10/newday-australia-car-chase.cnn", + "https://www.cnn.com/videos/us/2015/02/10/nr-intv-bts-needell-neil-armstrong-moon-artifacts.cnn", + "https://www.cnn.com/videos/us/2015/02/11/dnt-photographer-captures-wedding-proposal.kswb-dan-mcgeorge-gallery", + "https://www.cnn.com/videos/us/2015/02/11/erin-dnt-stelter-nbc-williams-troubles.cnn", + "https://www.cnn.com/videos/us/2015/02/11/erin-moos-best-of-jon-stewart.cnn", + "https://www.cnn.com/videos/us/2015/02/11/orig-the-daily-show-in-five-moments.cnn", + "https://www.cnn.com/videos/us/2015/02/12/erin-pkg-moos-speed-dating-pranks.cnn", + "https://www.cnn.com/videos/us/2015/02/12/lead-obama-buzzfeed-lippert-labolt.cnn", + "https://www.cnn.com/videos/us/2015/02/12/navy-test-tomahawk-missiles-moving-targets-orig.u-s-navy", + "https://www.cnn.com/videos/us/2015/02/12/nr-sot-quest-transasia-pilots-failed-tests.cnn", + "https://www.cnn.com/videos/us/2015/02/12/pkg-victorias-secret-angels-space-suit-orig.cnn", + "https://www.cnn.com/videos/video-landing/2015/02/11/50-fifty-shades-of-grey-richard-roth-movie-theater-orig-cfb.cnn", + "https://www.cnn.com/videos/video-landing/2015/02/11/angela-merkel-germany-chancellor-elise-labott-orig-cfb.cnn", + "https://www.cnn.com/videos/world/2015/02/11/pkg-orig-historian-u-s-women-dont-care-if-they-are-raped.cnn", + "https://www.cnn.com/videos/world/2015/02/12/ct-ukraine-parliament-lawmakers-brawl.cnn", + "https://www.cnn.com/world", + "https://www.comixology.com/", + "https://www.dailymotion.com", + "https://www.dailymotion.com/AgrigentoTV", + "https://www.dailymotion.com/BarcroftTV", + "https://www.dailymotion.com/Blak_Music_First", + "https://www.dailymotion.com/Complex", + "https://www.dailymotion.com/EntNewsShowbiz", + "https://www.dailymotion.com/FailArmy", + "https://www.dailymotion.com/GTNGamingTechNews", + "https://www.dailymotion.com/GameSpot", + "https://www.dailymotion.com/Mashable", + "https://www.dailymotion.com/MojoSupreme", + "https://www.dailymotion.com/OutsideTelevision", + "https://www.dailymotion.com/Showtime", + "https://www.dailymotion.com/XboxViewTV", + "https://www.dailymotion.com/archived/index.html", + "https://www.dailymotion.com/carefreecooking", + "https://www.dailymotion.com/cbs", + "https://www.dailymotion.com/gossipcenter", + "https://www.dailymotion.com/ign", + "https://www.dailymotion.com/infine", + "https://www.dailymotion.com/itvhd3", + "https://www.dailymotion.com/legal/childprotection", + "https://www.dailymotion.com/legal/cookiespolicy", + "https://www.dailymotion.com/legal/copyright", + "https://www.dailymotion.com/legal/privacy", + "https://www.dailymotion.com/legal/prohibited", + "https://www.dailymotion.com/legal/terms", + "https://www.dailymotion.com/nolan9004", + "https://www.dailymotion.com/pranks", + "https://www.dailymotion.com/rss/us", + "https://www.dailymotion.com/splashnews", + "https://www.dailymotion.com/stream", + "https://www.dailymotion.com/teasertrailer", + "https://www.dailymotion.com/thelist", + "https://www.dailymotion.com/thesavorychannel", + "https://www.dailymotion.com/upload", + "https://www.dailymotion.com/us", + "https://www.dailymotion.com/us/about", + "https://www.dailymotion.com/us/browse", + "https://www.dailymotion.com/us/channel/fun", + "https://www.dailymotion.com/us/channel/lifestyle", + "https://www.dailymotion.com/us/channel/music", + "https://www.dailymotion.com/us/channel/shortfilms", + "https://www.dailymotion.com/us/channel/sport", + "https://www.dailymotion.com/us/channel/videogames", + "https://www.dailymotion.com/us/everywhere", + "https://www.dailymotion.com/us/extras", + "https://www.dailymotion.com/us/extras/mass_uploader", + "https://www.dailymotion.com/us/factory/jukebox", + "https://www.dailymotion.com/us/trending/1", + "https://www.dailymotion.com/us/users/no-explicit/list/recommended/1", + "https://www.dailymotion.com/us/users/no-explicit/list/recommended/1:10", + "https://www.dailymotion.com/video/x2fgqgd_%EC%A0%84%EC%84%A4%EC%9D%98-%EB%A7%88%EB%85%80-e27-150124_tv", + "https://www.dailymotion.com/video/x2fmt7e_american-sniper-boasts-64m-in-second-weekend_people", + "https://www.dailymotion.com/video/x2fo8zl_instagram-tops-twitter_tech", + "https://www.dailymotion.com/video/x2g1luy_insurgent-official-super-bowl-trailer-2015-divergent-series-movie-hd-youtube_shortfilms", + "https://www.dailymotion.com/video/x2g6mt9_the-best-of-the-2015-super-bowl-commercials_lifestyle", + "https://www.dailymotion.com/video/x2gfkej_the-lazarus-effect-official-trailer-2-2015-olivia-wilde-mark-duplass-movie-hd_shortfilms", + "https://www.dailymotion.com/video/x2giiyq_men-in-black-alien-prank_fun", + "https://www.dailymotion.com/video/x2gowr1_%EC%8A%88%ED%8D%BC%EB%A7%A8%EC%9D%B4-%EB%8F%8C%EC%95%84%EC%99%94%EB%8B%A4-e64_lifestyle", + "https://www.dailymotion.com/video/x2gs2ab_the-spongebob-movie-out-earns-american-sniper_people", + "https://www.dailymotion.com/video/x2gs453_rone-sing-song_music", + "https://www.dailymotion.com/video/x2gs79b_%EB%B9%84%EC%A0%95%EC%83%81%ED%9A%8C%EB%8B%B4-e32_webcam", + "https://www.dailymotion.com/video/x2gv5dh_%ED%8E%80%EC%B9%98-e17_shortfilms", + "https://www.dailymotion.com/video/x2gvfe6_10-things-you-didn-t-know-about-the-joker_fun", + "https://www.dailymotion.com/video/x2gvmtr_days-of-my-youth-getting-high-on-powder_sport", + "https://www.dailymotion.com/video/x2gw99m_best-fails-of-the-week-1-february-2015-failarmy_fun", + "https://www.dailymotion.com/video/x2gwbj4_25-things-no-man-should-ever-wear-again_lifestyle", + "https://www.dailymotion.com/video/x2gwerv_oreo-set-to-release-s-mores-limited-edition-flavor_lifestyle", + "https://www.dailymotion.com/video/x2gwfbh_dps-cinematic-inversions_sport", + "https://www.dailymotion.com/video/x2gwoat_pitch-perfect-2-movie_shortfilms", + "https://www.dailymotion.com/video/x2gwzy5_raven-s-cry-gameplay_videogames", + "https://www.dailymotion.com/video/x2gx5ot_gtn-killzone-5-teased-minecraft-is-youtube-steam-mystery-sale_videogames", + "https://www.dailymotion.com/video/x2gxcw0_chris-elliott-sings-to-dave-with-love-david-letterman_tv", + "https://www.dailymotion.com/video/x2gxqud_a-ap-rocky-lord-pretty-flacko-jodye-2-bmf_music", + "https://www.dailymotion.com/video/x2gxqxu_kids-swim-with-40-tonne-humpback-whale_lifestyle", + "https://www.dailymotion.com/video/x2gxzf7_top-10-comic-book-supervillains_shortfilms", + "https://www.dailymotion.com/video/x2gy1ol_fifty-shades-of-buscemi-steve-s-buscemi-s-brilliant-fifty-shades-of-grey-parody_lifestyle", + "https://www.dailymotion.com/video/x2gy6d9_%ED%95%98%EC%9D%B4%EB%93%9C-%EC%A7%80%ED%82%AC-%EB%82%98-e07_news", + "https://www.dailymotion.com/video/x2gyfio_call-of-duty-advanced-warfare-championship-premium-personalization-pack-trailer-2015-xbox-one_videogames", + "https://www.dailymotion.com/videobash", + "https://www.dailymotion.com/viraltoday", + "https://www.dailymotion.com/whatculture", + "https://www.deviantart.com/", + "https://www.deviantart.com/#skins", + "https://www.deviantart.com/checkout/?mx=premium&subpref=22870_0&point=footer", + "https://www.deviantart.com/checkout/?mx=premium&subpref=22870_0&point=loginbar", + "https://www.deviantart.com/join", + "https://www.deviantart.com/join/?joinpoint=header", + "https://www.deviantart.com/join?joinpoint=standard", + "https://www.deviantart.com/users/forgot", + "https://www.facebook.com", + "https://www.facebook.com/", + "https://www.facebook.com/about/privacy", + "https://www.facebook.com/badges/?ref=pf", + "https://www.facebook.com/campaign/landing.php?placement=pflo&campaign_id=402047449186&extra_1=auto", + "https://www.facebook.com/careers/?ref=pf", + "https://www.facebook.com/directory/pages/", + "https://www.facebook.com/directory/people/", + "https://www.facebook.com/directory/places/", + "https://www.facebook.com/facebook", + "https://www.facebook.com/find-friends?ref=pf", + "https://www.facebook.com/games/", + "https://www.facebook.com/help/?ref=pf", + "https://www.facebook.com/help/cookies", + "https://www.facebook.com/help/cookies/?ref=sitefooter", + "https://www.facebook.com/legal/terms", + "https://www.facebook.com/login/", + "https://www.facebook.com/mobile/?ref=pf", + "https://www.facebook.com/pages/create/?ref_type=registration_form", + "https://www.facebook.com/pages/create/?ref_type=sitefooter", + "https://www.facebook.com/places/", + "https://www.facebook.com/policies/?ref=pf", + "https://www.facebook.com/privacy/explanation", + "https://www.facebook.com/r.php", + "https://www.facebook.com/recover/initiate", + "https://www.flickr.com/", + "https://www.flickr.com/photos/8174757@N02/6835999820", + "https://www.flickr.com/photos/97699482@N00/16107480329", + "https://www.google.com/advanced_search?hl=en&authuser=0", + "https://www.google.com/chrome/index.html?hl=en&brand=CHNG&utm_source=en-hpp&utm_medium=hpp&utm_campaign=en", + "https://www.google.com/imghp?hl=en&tab=wi", + "https://www.google.com/intl/en/about.html", + "https://www.google.com/intl/en/ads/", + "https://www.google.com/intl/en/policies/privacy/", + "https://www.google.com/intl/en/policies/terms/", + "https://www.google.com/language_tools?hl=en&authuser=0", + "https://www.google.com/preferences?hl=en", + "https://www.google.com/services/", + "https://www.imdb.com/?ref_=ft_hm", + "https://www.imdb.com/?ref_=nv_home", + "https://www.imdb.com/a2z?ref_=ft_si", + "https://www.imdb.com/academymuseum/?ref_=nv_sf_am_1", + "https://www.imdb.com/advertising/?ref_=ft_ad", + "https://www.imdb.com/android?ref_=ft_and", + "https://www.imdb.com/apps/?ref_=nb_app", + "https://www.imdb.com/apps/ios/?ref_=ft_ios", + "https://www.imdb.com/awards-central/?ref_=nv_ev_all_10", + "https://www.imdb.com/awards-central/?ref_=nv_ev_awrd_1", + "https://www.imdb.com/awards-central/?ref_=nv_tp_awrd_2", + "https://www.imdb.com/best-of/?ref_=nv_sf_bo_3", + "https://www.imdb.com/boards/?ref_=ft_mb", + "https://www.imdb.com/boards/?ref_=nv_cm_bd_1", + "https://www.imdb.com/boards/?ref_=nv_tp_bd_2", + "https://www.imdb.com/calendar/?ref_=nv_mv_cal_5", + "https://www.imdb.com/cannes/?ref_=nv_ev_can_5", + "https://www.imdb.com/chart/?ref_=ft_cht", + "https://www.imdb.com/chart/?ref_=hm_cht_sm", + "https://www.imdb.com/chart/?ref_=nv_ch_cht_2", + "https://www.imdb.com/chart/top?ref_=ft_250", + "https://www.imdb.com/chart/top?ref_=nv_ch_250_4", + "https://www.imdb.com/comic-con/?ref_=nv_ev_comic_6", + "https://www.imdb.com/czone/?ref_=nv_cm_cz_2", + "https://www.imdb.com/emmys/?ref_=nv_ev_rte_7", + "https://www.imdb.com/gallery/rg3438582528?ref_=hm_snp_cap_pri_1", + "https://www.imdb.com/gallery/rg3438582528?ref_=hm_snp_i_1", + "https://www.imdb.com/gallery/rg3556023040?ref_=hm_snp_cap_pri_2", + "https://www.imdb.com/gallery/rg3556023040?ref_=hm_snp_i_2", + "https://www.imdb.com/games/guess?ref_=nv_cm_qz_3", + "https://www.imdb.com/genre/?ref_=nv_ch_gr_5", + "https://www.imdb.com/help/", + "https://www.imdb.com/help/?ref_=nb_hlp", + "https://www.imdb.com/help/show_article?conditions", + "https://www.imdb.com/help/show_article?conditions&ref_=ft_cou", + "https://www.imdb.com/helpdesk/contact?ref_=ft_con", + "https://www.imdb.com/imdbpicks/?ref_=nv_sf_pks_2", + "https://www.imdb.com/jobs?ref_=ft_jb", + "https://www.imdb.com/list/watchlist?ref_=nv_wl_all_0", + "https://www.imdb.com/media/index/rg1176148480?ref_=nv_ph_ls_1", + "https://www.imdb.com/media/index/rg1176148480?ref_=nv_tp_ph_3", + "https://www.imdb.com/media/index/rg1528338944?ref_=nv_ph_lp_2", + "https://www.imdb.com/media/index/rg2465176320?ref_=nv_ph_lv_3", + "https://www.imdb.com/media/rm1472721408/rg3539245824?ref_=hm_snp_cap_pri_3", + "https://www.imdb.com/media/rm1472721408/rg3539245824?ref_=hm_snp_i_3", + "https://www.imdb.com/media/rm785251584/tt3416742?ref_=hm_twitchat_i_1", + "https://www.imdb.com/movies-coming-soon/?ref_=ft_cs", + "https://www.imdb.com/movies-coming-soon/?ref_=hm_cs_sm", + "https://www.imdb.com/movies-coming-soon/?ref_=nv_mv_cs_4", + "https://www.imdb.com/movies-in-theaters/?ref_=ft_inth", + "https://www.imdb.com/movies-in-theaters/?ref_=hm_otw_sm", + "https://www.imdb.com/movies-in-theaters/?ref_=nv_mv_inth_1", + "https://www.imdb.com/movies-in-theaters/?ref_=nv_tp_inth_1", + "https://www.imdb.com/name/nm0000099?ref_=hm_trv_lk1", + "https://www.imdb.com/name/nm0000160?ref_=hm_trv_lk2", + "https://www.imdb.com/name/nm0000207?ref_=hm_brn_cap_pri_lk1_1", + "https://www.imdb.com/name/nm0000207?ref_=hm_brn_i_1", + "https://www.imdb.com/name/nm0000982?ref_=hm_brn_cap_pri_lk1_2", + "https://www.imdb.com/name/nm0000982?ref_=hm_brn_i_2", + "https://www.imdb.com/name/nm0169806?ref_=hm_twitchat_lk2", + "https://www.imdb.com/name/nm0424848?ref_=hm_nw_cel1_lk3", + "https://www.imdb.com/name/nm0484178?ref_=hm_brn_cap_pri_lk1_3", + "https://www.imdb.com/name/nm0484178?ref_=hm_brn_i_3", + "https://www.imdb.com/name/nm0817980?ref_=hm_brn_cap_pri_lk1_4", + "https://www.imdb.com/name/nm0817980?ref_=hm_brn_i_4", + "https://www.imdb.com/name/nm0994488?ref_=hm_nw_tv1_lk1", + "https://www.imdb.com/name/nm1176985?ref_=hm_nw_mv1_lk2", + "https://www.imdb.com/name/nm1176985?ref_=hm_nw_tp1_lk2", + "https://www.imdb.com/name/nm1318596?ref_=hm_twitchat_lk1", + "https://www.imdb.com/name/nm1946193?ref_=hm_nw_cel1_lk2", + "https://www.imdb.com/name/nm2222175?ref_=hm_brn_cap_pri_lk1_5", + "https://www.imdb.com/name/nm2222175?ref_=hm_brn_i_5", + "https://www.imdb.com/news/?ref_=ft_nw", + "https://www.imdb.com/news/celebrity?ref_=hm_nw_cel_tb", + "https://www.imdb.com/news/celebrity?ref_=hm_nw_sm", + "https://www.imdb.com/news/celebrity?ref_=nv_cel_nw_2", + "https://www.imdb.com/news/celebrity?ref_=nv_nw_cel_4", + "https://www.imdb.com/news/indie?ref_=nv_nw_ind_5", + "https://www.imdb.com/news/movie?ref_=hm_nw_mv_tb", + "https://www.imdb.com/news/movie?ref_=hm_nw_sm", + "https://www.imdb.com/news/movie?ref_=nv_nw_mv_2", + "https://www.imdb.com/news/ni58284062?ref_=hm_nw_tv1", + "https://www.imdb.com/news/ni58284062?ref_=hm_nw_tv1_i", + "https://www.imdb.com/news/ni58284062?ref_=hm_nw_tv1_sm", + "https://www.imdb.com/news/ni58284255?ref_=hm_nw_tv4", + "https://www.imdb.com/news/ni58284279?ref_=hm_nw_mv4", + "https://www.imdb.com/news/ni58284279?ref_=hm_nw_tp4", + "https://www.imdb.com/news/ni58284303/?ref_=nv_nw_tn_3", + "https://www.imdb.com/news/ni58284303?ref_=hm_nw_tp3", + "https://www.imdb.com/news/ni58284303?ref_=hm_nw_tv3", + "https://www.imdb.com/news/ni58284354?ref_=hm_nw_mv3", + "https://www.imdb.com/news/ni58284469?ref_=hm_nw_cel5", + "https://www.imdb.com/news/ni58284521?ref_=hm_nw_cel4", + "https://www.imdb.com/news/ni58284524?ref_=hm_nw_tv2", + "https://www.imdb.com/news/ni58284552?ref_=hm_nw_cel2", + "https://www.imdb.com/news/ni58284664?ref_=hm_nw_cel3", + "https://www.imdb.com/news/ni58284683/?ref_=nv_nw_tn_1", + "https://www.imdb.com/news/ni58284683?ref_=hm_nw_mv1", + "https://www.imdb.com/news/ni58284683?ref_=hm_nw_mv1_i", + "https://www.imdb.com/news/ni58284683?ref_=hm_nw_mv1_sm", + "https://www.imdb.com/news/ni58284683?ref_=hm_nw_tp1", + "https://www.imdb.com/news/ni58284683?ref_=hm_nw_tp1_i", + "https://www.imdb.com/news/ni58284683?ref_=hm_nw_tp1_sm", + "https://www.imdb.com/news/ni58284701?ref_=hm_nw_cel1", + "https://www.imdb.com/news/ni58284701?ref_=hm_nw_cel1_i", + "https://www.imdb.com/news/ni58284701?ref_=hm_nw_cel1_sm", + "https://www.imdb.com/news/ni58284807/?ref_=nv_nw_tn_2", + "https://www.imdb.com/news/ni58284807?ref_=hm_nw_mv2", + "https://www.imdb.com/news/ni58284807?ref_=hm_nw_tp2", + "https://www.imdb.com/news/ni58286732?ref_=hm_nw_tp5", + "https://www.imdb.com/news/ni58286922?ref_=hm_nw_tv5", + "https://www.imdb.com/news/ni58286992?ref_=hm_nw_mv5", + "https://www.imdb.com/news/ns0000007?ref_=hm_nw_tv1_src", + "https://www.imdb.com/news/ns0000018?ref_=hm_nw_cel2_src", + "https://www.imdb.com/news/ns0000018?ref_=hm_nw_cel4_src", + "https://www.imdb.com/news/ns0000088?ref_=hm_nw_cel1_src", + "https://www.imdb.com/news/ns0000098?ref_=hm_nw_mv1_src", + "https://www.imdb.com/news/ns0000098?ref_=hm_nw_mv5_src", + "https://www.imdb.com/news/ns0000098?ref_=hm_nw_tp1_src", + "https://www.imdb.com/news/ns0000141?ref_=hm_nw_tp5_src", + "https://www.imdb.com/news/ns0000353?ref_=hm_nw_mv2_src", + "https://www.imdb.com/news/ns0000353?ref_=hm_nw_tp2_src", + "https://www.imdb.com/news/ns0000358?ref_=hm_nw_cel3_src", + "https://www.imdb.com/news/ns0011867?ref_=hm_nw_mv3_src", + "https://www.imdb.com/news/ns0011867?ref_=hm_nw_mv4_src", + "https://www.imdb.com/news/ns0011867?ref_=hm_nw_tp4_src", + "https://www.imdb.com/news/ns0013977?ref_=hm_nw_tp3_src", + "https://www.imdb.com/news/ns0013977?ref_=hm_nw_tv3_src", + "https://www.imdb.com/news/ns0013977?ref_=hm_nw_tv4_src", + "https://www.imdb.com/news/ns0013977?ref_=hm_nw_tv5_src", + "https://www.imdb.com/news/ns0029276?ref_=hm_nw_cel5_src", + "https://www.imdb.com/news/ns0052792?ref_=hm_nw_tv2_src", + "https://www.imdb.com/news/top?ref_=hm_nw_sm", + "https://www.imdb.com/news/top?ref_=hm_nw_tp_tb", + "https://www.imdb.com/news/top?ref_=nv_nw_tp_1", + "https://www.imdb.com/news/top?ref_=nv_tp_nw_1", + "https://www.imdb.com/news/tv?ref_=hm_nw_sm", + "https://www.imdb.com/news/tv?ref_=hm_nw_tv_tb", + "https://www.imdb.com/news/tv?ref_=nv_nw_tv_3", + "https://www.imdb.com/offsite/?page-action=ft-aiv&token=BCYmXDlnBCwza86PcwThsaycSidNKZE7XsalCgoW2n_SvsTXn2y8PL5qFpWdS0pjWyaALokm2EVT%0D%0AvdQXDSm-xNjVD-jHXRrUy9tB4sM2ox-4P5Czrrj5Md3LmoyDp3RznnDEQlja576sfxI8mHpiawbY%0D%0ABhseWkQRmak2D-7pDS-7hogOTnJ8XNFMck6TNiC1YEJvRIkBj_zkHOPf6fnE6VLb8AEJ2XuorkBn%0D%0AR7Y8nfEdNY0%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-amzn-aud&token=BCYvcTI1fyIOsIjn4mFCzlOsbDPJfxVaRscVhw-9CY-65Kxzgs0N_JfswJv7HqTVFaQJSdvjsGd5%0D%0AF6nJYLWtgNC4dvZH1mV3ZrNiexD8_RkXbcUicnYCUZz0jQgH-YBPHfbs1jcfpQqDjeYMw3SHsgFf%0D%0A-4DGySt1Dg_LeXlFo4v79YYdmm_Ys7FxRiXtp2Yc2PLs%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-amzn-de&token=BCYkk9C-TT2UdHUj7AooPAVtuMpgkET7WV9ikHX3g9y_EYp-bXRVfGqfJtXZ8_DoN5fdLQHh0ASq%0D%0AgfDZzlqrS4u4sABN9c727lMu7JefJhPxhDdCqO6LSjbbKSetFDb6e1cPNvBVX0xj-uzkXX1fVim1%0D%0A52Sj8Am5-NovrzWrazas6egveXiMeCZGqFNUz_nxRyzv0Pwva3jHi_1eBSzMPhT1KXxrD0vEGgl7%0D%0At5Cm6VQSY4E%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-amzn-dpr&token=BCYoSz994Zm8WZE2HhR_c18KIkoE6y0PkkDWC8VuCCbJSxDtHbzLVUzReO2Z84-dexbF68MM8pli%0D%0AgHyruBQjoGqezFsZ1wNY6L7QTD9ySEiW4-r2slwU8_PTXv5cjYV6qKeg1Xq1RT1P--QexwPSme5E%0D%0A8AIJv7Dfx_hMIPRVsAQWEJzYqE8Abnq2nEGDmHC5n7Cl%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-amzn-fr&token=BCYhcTFp2oJFTDn1IIX9XnI1e1pRTH3tg7N9Af1XF-r5j5r__sudLTRUv-Wkl8R_gFlPzwVziFpB%0D%0AbbnouGii18kW5sQiGoMabT5EP0a-nEaoMcs2a93bWubxx_xRYhx3cd_9PVju5O0QN9s_tv9NmfhE%0D%0A4OVCKltIAMMrVjOapyu-44eJ6BDGGpn4VFPzLht1l45lcf-DA66PrxGx6VxEeyz1iws9Iwqhhwqo%0D%0AmeTtVYK1lQk%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-amzn-in&token=BCYjB1hzvTOCNynQRhk-eVnd2fvjd7PTAYQXAeTL91O0IHnqAT3HDN4MGbzyvMDZjknqb_twik0s%0D%0AJlvt-EuFuVvJxnMVD-D4mh0Fw8ilvWtsb1Jf3_zxICfvtar_N5RTPixoYCof4dUJYBGFUNnLC9Cs%0D%0A_7YYUFw6I6XrUigd7TUfVmnr88bJR347YKOQ_FxLLK6khJQZuA6EdXk1cM4z96CtDIRDezSjDz04%0D%0Aw73SoxiOtac_YrbwL3ucaDjfpadiqtGC%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-amzn-it&token=BCYtRz-hXlADdXKqgXRwoRLCCSO6Zh1QfmRN5RYVytvixiuDvpk-vXxxNvuQo-hgEEDexgMXe7ZF%0D%0AR6AsAxDDHVZ0A70y6VXGAkSEtvQYAqMTVaNUuh8AQ6zit2l61A_zAD0Yq75NWSpSCuXvkVcxAD3D%0D%0A4yLCeXrAr0G3vZEd_y7KTWaMHjt0__j34SuoZJDPHbFN9VBGiDh3dL9Suc2zALLpNJ3lATi_mROK%0D%0A2IwVxikj_Hw%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-fb&token=BCYib6Qw011HwUyAmYuSVxDn8DDkUOVPDtdo4Ztk0IlKMo5Eyu5hKIhp267dtXsHKQSfb1l__-dk%0D%0ADOld5uoGdTzK7ejvAPssmk9_1ozMaN__Yv6aVbiuBC30T3o7AjJ53snJbz_Q23NRmFPlmZ7-Su3d%0D%0Ay7vXMwqfmsZsAzosAmXhRsq02zp68yo9Q5WJor2PQIRZ%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-iba&token=BCYvi4TmYHwHQCmqSoh-ynOmsV0GbhSnCSqAWdCtHT8rVpilH2VAnk9GtTPMvt9wM3LBiBbNwJ9l%0D%0AqdRPThKrlSTbTujh6Yxq1khYTZVzlxKv0kjhDm926Az5bumZPbib_RQ72kNXxttL55kJzPYnOi0T%0D%0APq31WlvMK028ezcWhmitvMvK634ggvNCCPcIvdz3L2Oy%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-mojo&token=BCYpl2EAgjqmDqivRdBgVI1qOOtDGyKrMb9jadpoyzhUpiosvlN83acZUbSbWdgGxnZnrDgqUQ13%0D%0A2Pz3DzySum0pUHTQc7vBV8No9LRBA7A5mFXx1WDj-HdRPXLyv2gAdeMPgnD_4OyyZGsMy-GRoc2j%0D%0A_NBMUE8GioHm9XL_CVawKJCs6fKd0T62ld102cGZ6TNR%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-piv&token=BCYk17yM0NxDeePmX32DDbm_A1zV02BoFTofkEQtl0MSnEhpMQqSuLnKSJOB4GpkxyxWIi2NUiFp%0D%0ALxj_8OjACBd5jSGynixjcZpt3uVYJCkfKl_eGHAdomYyKU0VWCvSUn_2ued_iDPAhrAFsV_4DyQQ%0D%0AiDCJT-0agx21XvUJojZbpAQqL3OqhdW64nDR-cAXDDsdKme2J3gfJ80ftdX1fZX3_adLmnDljykP%0D%0AEIEWROKv5kw%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-twt&token=BCYsiHA2_Sy5p5mdNtFTs3FdfsB6ZI4YQYgD2gl-yNkwPIkFOqrTc3XO9yaS5HJP9dW0YYfgwd5f%0D%0AyYf6lK-hH-ob1pXrSfqwXu6zi41dbiZm0GAEqMQIJtFR3a3Uxj6eHedZyYSo28o2CsRowKNGc2La%0D%0ABoIGqfMTeCuvWnUIFPu_eNY%0D%0A", + "https://www.imdb.com/offsite/?page-action=ft-wab&token=BCYns54XSH0dW5pkjoI9q-BUBtuMLu5ic9_htgLmXoiv46pizDcOo6RohqIOkpIFMx_jMaoXMBg6%0D%0A8DNCbw_Li_zhQZwq55UYE83FVb-gKxU0n_V80y2rx7S0Rmm41y7fyVrpMHybj9dYj4gJWcXm-I-X%0D%0Ah8Ia_iclAoejsZxbGfEb5ePG7PSmYNV29XPnajJOvsAX%0D%0A", + "https://www.imdb.com/offsite/?page-action=offsite-amazon&token=BCYmkNr8afulNDDa209c_n8t1mZXXkPmAng40d3DxDbs5Rqrvc19nA6t9YZ3RGQ4Jl1_4ivDasm-%0D%0Ar4uWSLJLbccV0PSsLbu42bmzBeIcWxhT5176sBxgrNsxwJtqBXMWiBUrHQ4pawSoADnCsD20VSt7%0D%0ABRUcMYs9l6oK2-kNMs7oxdF6gByBMOABhayy6zHrB2mA_PmnpKkyfGxhZmY9Pe6kqGpSLhdJu-NG%0D%0An2s9A_QOFgFYoROMVrfloIOAWgNRnHYBb_bV0LjXTnRtasuWeyB0ig%0D%0A&ref_=hm_aiv_i_2", + "https://www.imdb.com/offsite/?page-action=offsite-amazon&token=BCYpbQ2pr_QBcrRofVU77ZhevMMrr62w2UxrOBZEzkZnVTnEIYu2RJ9t_tkX4d2waUEbzOB1pVNu%0D%0Ad4IngZpnz47urbnsC9Z1pGIJA8phG2IyGwmfbClzfbSfoVWep6aBQrChleadwBCRYKKBVrZh9Jbw%0D%0AaQoh6ERIOGXcz4lP5NZ2jnCYwxOwPOmvs0fjosbR9ycUVhTK39YnezxkoY6Kr4ndcZjdx68-PQoL%0D%0AgslhyQW8qStOhEVQ2Sk0AMk_aq57PdF11kDayvid-qAbsVPF4TIv9A%0D%0A&ref_=hm_poptt_sm", + "https://www.imdb.com/offsite/?page-action=offsite-amazon&token=BCYr9Zu5E8G6UWr_7GUnyCxcktCdClQoGz0sWHwsidkoI5c0d8GVlllm60I7CXKVeds9XtNtiWde%0D%0AA6e0Xa2kA-VTF3ZZKVVkccfbEjM99o77_zXj1max6Y0YghGDshH8b1VXpaR9Eqns1USI9detN2S8%0D%0AZR79M3FMsfe3kQ3nXFfIhO4inHZNKnY1d1gJrL1Y7vKkY3GYkfMjr-p3YUt-nzLTgzpsqVXD5v8O%0D%0AtHSK1A-vNcadI6dDj5yHRnXwoiTDhnISXQSqI33bm2Zj8GM8MyGsVQ%0D%0A&ref_=hm_aiv_i_1", + "https://www.imdb.com/offsite/?page-action=offsite-amazon&token=BCYrm2vwxBmPrngdxk8gc1DRlQSsIT0aWlmetKxgXBtsGrZdWUZNivPmFH1evm_O5oPTcI9gatHy%0D%0Aw8jJosw-4m7IWQef1uaVQq2CmlHJN_RmbqtBoUDfqSgDkeU-1QVHtFWHbsWcRTa2uCcdZu6CjxqB%0D%0Arpi_4Zw_qgcESv6puITIBviYbX_Ra4xdX-zeOFxI3KQVc2kKnT32e9zqVRYW4KqPkDpBjOwLWwnn%0D%0AEbCM3AJLj8R5ROVeD1NdbbdQfmt_7gGbbkHdEFGmXyDhmlKWm0RZ9AhRAWOfgPHNZhh6jGstNwM%0D%0A&ref_=hm_aiv_hd", + "https://www.imdb.com/offsite/?page-action=offsite-amazon&token=BCYv02c2Ehmw5_GJ5ZIxqwzbPedDi7TAUQnbOfOK-ByhcwHigeu-Q_CHqiOxO00SukDVhQo9LHvd%0D%0Av4fPB-vExtKITWlDaXTk_3MWrtU031jTjBT7nHB6Wi6EGbFKlnXmsHj9OMtYIV0DN3uOXTQiwugY%0D%0AQOpakkDreKVjCeQi5c-6e2Km4FmJy4zXcm06UE0PfRbkFDRYG-VEd6ykw82lju8IG8dB8ccqvcrm%0D%0AKQwKJ2-aNSzAHrRE23i0l7quunWSyd-T2wmLK8aWac8zFsUPTgR_muCd9EaZqq42gKUYPAi-z2o%0D%0A&ref_=hm_aiv_sm", + "https://www.imdb.com/offsite/?page-action=offsite-amazon&token=BCYvfr8oEhNsU5kRsJ6vgtJ9wrEGaKyb4SqYfI30DlA8hZh5nQDMbiEIHGPzjnsrcVpcFwc_Se5L%0D%0A4jLGx28ekMNOcqZUPA8V-LVASfEDcqSscuaYwe1uav0uWLch5scn36GyMbvyNHQDpGeUZ4OhRzCH%0D%0Ao9B9xCuMFD27fpaJJN1hr7_XSLtYTjkG5vxQFhz11O7oa6A-RZdLNYe6hGXAP6t8ze25h0m14wmW%0D%0AvgxeSqNSIumfUfZPx0LjpnB8b9Z29J9Cr4b3-YEmRoOTKc_YBxBD7Q%0D%0A&ref_=hm_aiv_i_3", + "https://www.imdb.com/offsite/?page-action=watch-piv&token=BCYiZMFj-56xtD8CGE7Zt6FnMm07-axkf-Z1ytVI6SVb_ISjlB_AECAavXoiB8SISEP7w5x_FCVo%0D%0A1dfXXKenb3QwwsjzMRjWUN3jZiDFhU8uBHi377ry4VQscK9xWfEtQpUtpRxYTOUmIvk8s8RdLs-U%0D%0AE4Fxc40uidu3cqxPQwViirE-fqHwQzAsAIgbtUi9JHDEOFNSHdu3PgnYDs93bK-2qExsrIHUocD9%0D%0AVh7NzVdMmIZrrPGGPJfUnIqKnqExWYZFhxvhuEjcG_tX38W_BTb38w%0D%0A&ref_=hm_poptt_piv_5", + "https://www.imdb.com/offsite/?page-action=watch-piv&token=BCYohJaXFHidMnSJ-8xBYXDmhb013y7-6uMD9LCWUgxeXzRKgjxgshcWZX7dhrSEOtCJNmDrNbkf%0D%0AR1CoM9FYhpQwwcJAi_-_90g0MfMTbWNfBeU52hl0GJ6zSdnuNvnRXU1347eOJNWCfCWWsXcy33YL%0D%0ADIfo822Q49clixV6ZzOn_leOf1nmVUQsmsADLPTzj3ZR4nzfziAIJiCiEI1JB71GJfEZtLwRM81L%0D%0AR1-s9o-zmelmCZ_b7ROCo7GaWp4n7YT3KOy36gYhQ3XAAv7GO7CWQw%0D%0A&ref_=hm_poptt_piv_2", + "https://www.imdb.com/offsite/?page-action=watch-piv&token=BCYpWEWBHPGjhCswYILbV8AsO-HiFXIrNupPVFuoZbXZlXYMN8IoMbdS7axOgvgydW_MqK3zZ5Hc%0D%0AyUz7HJlRoozIpZwCeWbb32l65dRcRBROlbYLw2iy6CxR2PU1GIAL2gF-JTOhHz3-fIEjeXiejpNh%0D%0ASlaLn8uwx_Mpzu9-C2aWbOpEqcNuYMSknJslHAgHdo19Ld2qwEzoVrV7aaYQDQSIY7rJxrLZdUOx%0D%0AxJV-JYUw1XDVzEPzxwyBAm9IW5PQCwpShCw-khfFyu3SDmpT1yirKg%0D%0A&ref_=hm_poptt_piv_4", + "https://www.imdb.com/offsite/?page-action=watch-piv&token=BCYvbPtwf05G7UjHuZazHTXHBWcwNhtac7w9mWY8G2EF_ktK84uJY4frb_QobLAz1-8OwmXmw7tA%0D%0AhEOG1u15cW6WqDDZaffmah6wTnzeGPw43YsfgmFP4qL19rdVwLACDbaIFn04dgTDtUHtXv6KlOcb%0D%0A42YaAQ8xqpO0diPqU7rOM4RcmAn-Z8FcS0tJY19zwFLPESrcbg8LahBFoAyP18_LqEiICJe-_cti%0D%0Asz0GndBDorQw9f1mCOm21YGDTBwhiwsBfyOpHyKLSu9flGGVVo38qA%0D%0A&ref_=hm_poptt_piv_3", + "https://www.imdb.com/offsite/?page-action=watch-piv&token=BCYvxqXnJ5JmPDGahY6iMt-Na0k3HjfMfx13y1RTFHddRU3Crr2MgVSvZNmMokRDKvwSnGUubc4I%0D%0AVxoX2fiG2ZzujZP8yCvd61_8aVLXmJxM4gzE0gQcfLQh_1MSi7C_PfJXfqqMohMAIKuJ3KKqbJKN%0D%0AQhCzKHWnS2GnQlVMjk5-2ydtPBo27PzhdjDQS-blVri2cGOXPowFzDcxOAn_IBbvgewYof40joDI%0D%0A0WlhIHCa7jOSxRUGxxJy9_HSTHGHK5ddVh-4Fb7YR0gs2iE2bGYrBg%0D%0A&ref_=hm_poptt_piv_1", + "https://www.imdb.com/poll/?ref_=nv_cm_pl_4", + "https://www.imdb.com/poll/PObpW9o8Mco/?ref_=hm_poll_hd", + "https://www.imdb.com/poll/PObpW9o8Mco/?ref_=hm_poll_i_1", + "https://www.imdb.com/poll/PObpW9o8Mco/?ref_=hm_poll_i_2", + "https://www.imdb.com/poll/PObpW9o8Mco/?ref_=hm_poll_sm", + "https://www.imdb.com/pressroom/?ref_=ft_pr", + "https://www.imdb.com/privacy?ref_=ft_pvc", + "https://www.imdb.com/register/login?ref_=nv_usr_lgin_1", + "https://www.imdb.com/register/login?ref_=nv_usr_lgin_3", + "https://www.imdb.com/search/", + "https://www.imdb.com/search/name?birth_monthday=02-13&refine=birth_monthday&ref_=nv_cel_brn_1", + "https://www.imdb.com/search/name?gender=male%2Cfemale&ref_=nv_cel_m_3", + "https://www.imdb.com/search/name?gender=male%2Cfemale&ref_=nv_tp_cel_1", + "https://www.imdb.com/search/name?refine=birth_monthday&birth_monthday=2-12&ref_=hm_brn_hd", + "https://www.imdb.com/search/name?refine=birth_monthday&birth_monthday=2-12&ref_=hm_brn_sm", + "https://www.imdb.com/search/title?count=100&groups=oscar_best_picture_winners&sort=year%2Cdesc&ref_=nv_ch_osc_3", + "https://www.imdb.com/search/title?count=100&title_type=feature%2Ctv_series%2Ctv_movie&ref_=nv_ch_mm_1", + "https://www.imdb.com/search?ref_=ft_sr", + "https://www.imdb.com/sections/dvd/?ref_=nv_tvv_dvd_4", + "https://www.imdb.com/sections/tv/?ref_=ft_tv", + "https://www.imdb.com/showtimes/?ref_=nv_mv_sh_2", + "https://www.imdb.com/showtimes/?ref_=nv_tp_sh_3", + "https://www.imdb.com/showtimes/title/tt1121096?ref_=hm_cht_gt", + "https://www.imdb.com/showtimes/title/tt1617661?ref_=hm_cht_gt", + "https://www.imdb.com/showtimes/title/tt1666801/2015-02-19?ref_=hm_cs_gt", + "https://www.imdb.com/showtimes/title/tt2097298/2015-02-19?ref_=hm_cs_gt", + "https://www.imdb.com/showtimes/title/tt2179136?ref_=hm_cht_gt", + "https://www.imdb.com/showtimes/title/tt2279373?ref_=hm_cht_gt", + "https://www.imdb.com/showtimes/title/tt2322441?ref_=hm_otw_gt", + "https://www.imdb.com/showtimes/title/tt2436386?ref_=hm_cht_gt", + "https://www.imdb.com/showtimes/title/tt2637294/2015-02-19?ref_=hm_cs_gt", + "https://www.imdb.com/showtimes/title/tt2802144?ref_=hm_otw_gt", + "https://www.imdb.com/showtimes?ref_=hm_sh_lk1", + "https://www.imdb.com/sundance/?ref_=nv_ev_sun_2", + "https://www.imdb.com/sxsw/?ref_=nv_ev_sxsw_3", + "https://www.imdb.com/title/tt0091203?ref_=hm_nw_mv1_lk4", + "https://www.imdb.com/title/tt0091203?ref_=hm_nw_tp1_lk4", + "https://www.imdb.com/title/tt1065073/trivia?item=tr2374978&ref_=hm_trv_hd", + "https://www.imdb.com/title/tt1065073/trivia?item=tr2374978&ref_=hm_trv_sm", + "https://www.imdb.com/title/tt1065073?ref_=hm_trv_i_1", + "https://www.imdb.com/title/tt1065073?ref_=hm_trv_lk1", + "https://www.imdb.com/title/tt1121096?ref_=hm_cht_t3", + "https://www.imdb.com/title/tt1124373?ref_=hm_poptt_t2", + "https://www.imdb.com/title/tt1243974?ref_=hm_hp_cap_pri_3", + "https://www.imdb.com/title/tt1243974?ref_=hm_hp_i_3", + "https://www.imdb.com/title/tt1486217?ref_=hm_nw_tv1_lk2", + "https://www.imdb.com/title/tt1606375?ref_=hm_poptt_t4", + "https://www.imdb.com/title/tt1617661?ref_=hm_cht_t2", + "https://www.imdb.com/title/tt1632701?ref_=hm_poptt_t1", + "https://www.imdb.com/title/tt1666801?ref_=hm_cs_t1", + "https://www.imdb.com/title/tt1844624?ref_=hm_poptt_t0", + "https://www.imdb.com/title/tt2015381?ref_=hm_nw_mv1_lk1", + "https://www.imdb.com/title/tt2015381?ref_=hm_nw_tp1_lk1", + "https://www.imdb.com/title/tt2048824?ref_=hm_otw_t4", + "https://www.imdb.com/title/tt2097298?ref_=hm_cs_t2", + "https://www.imdb.com/title/tt2179136?ref_=hm_cht_t1", + "https://www.imdb.com/title/tt2279373?ref_=hm_cht_t0", + "https://www.imdb.com/title/tt2306299?ref_=hm_poptt_t3", + "https://www.imdb.com/title/tt2322441?ref_=hm_hp_cap_pri_1", + "https://www.imdb.com/title/tt2322441?ref_=hm_hp_i_1", + "https://www.imdb.com/title/tt2322441?ref_=hm_nw_cel1_lk1", + "https://www.imdb.com/title/tt2322441?ref_=hm_otw_t0", + "https://www.imdb.com/title/tt2379713?ref_=hm_nw_mv1_lk3", + "https://www.imdb.com/title/tt2379713?ref_=hm_nw_tp1_lk3", + "https://www.imdb.com/title/tt2436386?ref_=hm_cht_t4", + "https://www.imdb.com/title/tt2474024?ref_=hm_otw_t2", + "https://www.imdb.com/title/tt2618368?ref_=hm_cs_t4", + "https://www.imdb.com/title/tt2637294?ref_=hm_cs_t0", + "https://www.imdb.com/title/tt2679042?ref_=hm_hp_cap_pri_2", + "https://www.imdb.com/title/tt2679042?ref_=hm_hp_i_2", + "https://www.imdb.com/title/tt2802144?ref_=hm_otw_t1", + "https://www.imdb.com/title/tt3011894?ref_=hm_cs_t3", + "https://www.imdb.com/title/tt3416742?ref_=hm_otw_t3", + "https://www.imdb.com/title/tt3416742?ref_=hm_twitchat_lk3", + "https://www.imdb.com/title/tt3416742?ref_=hm_twitchat_lk4", + "https://www.imdb.com/title/tt4123836/synopsis?ref_=hm_tvr_cap_pri_2", + "https://www.imdb.com/title/tt4123836/synopsis?ref_=hm_tvr_i_2", + "https://www.imdb.com/title/tt4161952/synopsis?ref_=hm_tvr_cap_pri_1", + "https://www.imdb.com/toronto/?ref_=nv_ev_tff_9", + "https://www.imdb.com/trailers/?ref_=nv_mv_tr_3", + "https://www.imdb.com/trailers?ref_=hm_hp_sm", + "https://www.imdb.com/tribeca/?ref_=nv_ev_tri_4", + "https://www.imdb.com/tv/?ref_=nv_tp_tvhm_2", + "https://www.imdb.com/tv/?ref_=nv_tvv_hm_1", + "https://www.imdb.com/tv/blog?ref_=nv_tvv_blog_5", + "https://www.imdb.com/tvgrid/?ref_=nv_tvv_ls_2", + "https://www.imdb.com/venice/?ref_=nv_ev_venice_8", + "https://www.imdb.com/watchnow/?ref_=nv_tvv_wn_3", + "https://www.imdb.com/whattowatch/?ref_=nv_sf_wtw_5", + "https://www.imdb.com/windowsphone?ref_=ft_win", + "https://www.imdb.com/x-ray/?ref_=nv_sf_xray_4", + "https://www.mediawiki.org/", + "https://www.mozilla.org/firefox/new/?utm_source=yahoo&utm_medium=referral&utm_content=uh&utm_campaign=y-upgrade-new-firefox", + "https://www.onenote.com/notebooks?WT.mc_id=O16_BingHP", + "https://www.stackoverflow.com", + "https://www.stackoverflow.com/", + "https://www.stackoverflow.com/contact", + "https://www.stackoverflow.com/feeds", + "https://www.stackoverflow.com/help", + "https://www.stackoverflow.com/help/badges", + "https://www.stackoverflow.com/questions", + "https://www.stackoverflow.com/questions/25948056/specifying-the-default-fonts-for-casperjs-phantomjs-on-debian", + "https://www.stackoverflow.com/questions/25948056/specifying-the-default-fonts-for-casperjs-phantomjs-on-debian/?lastactivity", + "https://www.stackoverflow.com/questions/25972343/unexpected-result-for-autolayout-on-iphone-6-plus", + "https://www.stackoverflow.com/questions/25972343/unexpected-result-for-autolayout-on-iphone-6-plus/?lastactivity", + "https://www.stackoverflow.com/questions/27938439/watermark-format-is-appearing-in-reverse-way", + "https://www.stackoverflow.com/questions/27938439/watermark-format-is-appearing-in-reverse-way/?lastactivity", + "https://www.stackoverflow.com/questions/28057649/spacing-on-a-pascals-triangle-program-c", + "https://www.stackoverflow.com/questions/28057649/spacing-on-a-pascals-triangle-program-c/?lastactivity", + "https://www.stackoverflow.com/questions/28109087/how-to-send-sms-using-twilio-in-my-android-application", + "https://www.stackoverflow.com/questions/28109087/how-to-send-sms-using-twilio-in-my-android-application/?lastactivity", + "https://www.stackoverflow.com/questions/28328449/how-to-create-a-numeric-triangle-with-user-input-in-python", + "https://www.stackoverflow.com/questions/28328449/how-to-create-a-numeric-triangle-with-user-input-in-python/?lastactivity", + "https://www.stackoverflow.com/questions/28445540/d3-update-plotted-data-upon-zoom-pan", + "https://www.stackoverflow.com/questions/28471602/multiple-data-from-api-not-appearing-in-correct-order-tumblr-and-last-fm", + "https://www.stackoverflow.com/questions/28474323/object-de-intialize-in-uft-automatically", + "https://www.stackoverflow.com/questions/28474323/object-de-intialize-in-uft-automatically/?lastactivity", + "https://www.stackoverflow.com/questions/28484413/changing-fill-to-svg-with-use", + "https://www.stackoverflow.com/questions/28484413/changing-fill-to-svg-with-use/?lastactivity", + "https://www.stackoverflow.com/questions/28485154/how-to-share-models-between-2-or-more-sails-projects", + "https://www.stackoverflow.com/questions/28485154/how-to-share-models-between-2-or-more-sails-projects/?lastactivity", + "https://www.stackoverflow.com/questions/28487947/how-to-get-matrix-parameters-programmatically-from-javax-rs-ws-core-uriinfo", + "https://www.stackoverflow.com/questions/28487947/how-to-get-matrix-parameters-programmatically-from-javax-rs-ws-core-uriinfo/?lastactivity", + "https://www.stackoverflow.com/questions/28490045/how-can-i-filter-sails-js-blueprint-queries-using-a-policy", + "https://www.stackoverflow.com/questions/28490045/how-can-i-filter-sails-js-blueprint-queries-using-a-policy/?lastactivity", + "https://www.stackoverflow.com/questions/28490436/how-can-i-integrate-asp-pages-and-queries-into-an-ios-app", + "https://www.stackoverflow.com/questions/28491260/jquery-scroll-event-doesnt-propagate", + "https://www.stackoverflow.com/questions/28491317/google-maps-querystring-searches-getting-around-implicit-starting-point", + "https://www.stackoverflow.com/questions/28491592/i-cant-pick-the-value-of-input-using-jquery", + "https://www.stackoverflow.com/questions/28491592/i-cant-pick-the-value-of-input-using-jquery/?lastactivity", + "https://www.stackoverflow.com/questions/28491732/how-to-add-inline-comments-to-generated-assembly-from-arduino", + "https://www.stackoverflow.com/questions/28491795/how-to-use-smo-to-restore-database-from-other-computer-in-c-sharp", + "https://www.stackoverflow.com/questions/28491813/using-chartboost-callbacks-rewards-stuck-midway", + "https://www.stackoverflow.com/questions/28491855/how-to-select-a-particular-dynamic-item-from-the-list", + "https://www.stackoverflow.com/questions/28491866/currentviewcontroller-can-be-called-dealloc-but-it-tableviewcell-cant-be-call-d", + "https://www.stackoverflow.com/questions/28491895/scrapy-saving-the-foreign-key-based-on-two-one-to-one-relationship", + "https://www.stackoverflow.com/questions/28491911/how-to-setup-symfony2-app-and-wordpress-on-the-same-domain-with-nginx", + "https://www.stackoverflow.com/questions/28491925/adjusting-the-selection-behaviour-of-qstandarditem-with-qstyleditemdelegate", + "https://www.stackoverflow.com/questions/28491927/why-tweenlite-delayedcall-function-function-count-just-repeated-4-times-and-t", + "https://www.stackoverflow.com/questions/28491945/sprintf-in-flex-does-not-work-as-aspect", + "https://www.stackoverflow.com/questions/28491946/unity-2d-avoid-pushing-between-rigidbody", + "https://www.stackoverflow.com/questions/28491950/antlr-mismatched-input-for-a-simple-grammar", + "https://www.stackoverflow.com/questions/28491951/importing-a-cropped-area-with-fpdi", + "https://www.stackoverflow.com/questions/28491956/embedded-google-map-interferes-with-full-page-js-menu", + "https://www.stackoverflow.com/questions/28491958/aac-bash-script-pass-through-slower-than-transcoding", + "https://www.stackoverflow.com/questions/28491965/mailchimp-php-script-to-pull-lists", + "https://www.stackoverflow.com/questions/28491966/escape-the-order-by-query-in-codeigniter", + "https://www.stackoverflow.com/questions/28491969/how-to-use-multiple-types-in-node-elasticsearch-client", + "https://www.stackoverflow.com/questions/28491971/publishing-a-worker-role-to-azure", + "https://www.stackoverflow.com/questions/28491974/concept-of-overloading-in-cpp", + "https://www.stackoverflow.com/questions/28491974/concept-of-overloading-in-cpp/?lastactivity", + "https://www.stackoverflow.com/questions/28491975/chef-data-bags-and-dynamic-variable-passing", + "https://www.stackoverflow.com/questions/28491991/posting-a-liststring-from-objective-c-to-mvc-web-api", + "https://www.stackoverflow.com/questions/28491996/triggering-azure-webjobs-api-over-basic-auth-from-external-php-app", + "https://www.stackoverflow.com/questions/28492003/get-gtm-containers-version-in-client-side-js", + "https://www.stackoverflow.com/questions/28492004/get-fileinfo-from-remote-path", + "https://www.stackoverflow.com/questions/28492005/how-do-i-get-the-suggested-file-extension-for-a-document-format", + "https://www.stackoverflow.com/questions/28492007/why-is-ember-filtering-out-html-markup-for-select-views-in-canary", + "https://www.stackoverflow.com/questions/28492022/how-to-properly-index-jsonb-nested-field-used-in-order-by", + "https://www.stackoverflow.com/questions/28492023/how-to-get-started-with-reactjs-hello-world-example", + "https://www.stackoverflow.com/questions/28492028/cant-get-https-working-on-elastic-load-balancer-aws", + "https://www.stackoverflow.com/questions/28492029/error-adding-images-and-plots-in-ioslides-presentation-w-runtime-shiny-on-wind", + "https://www.stackoverflow.com/questions/28492031/jquery-show-more-show-less-with-height-not-characters", + "https://www.stackoverflow.com/questions/28492031/jquery-show-more-show-less-with-height-not-characters/?lastactivity", + "https://www.stackoverflow.com/questions/28492033/does-hubspot-have-a-shortcode-for-a-link-to-go-to-a-blogs-next-or-previous-post", + "https://www.stackoverflow.com/questions/28492036/bootstrap-button-styles-margin-left-1px-when-click-outside-that-area", + "https://www.stackoverflow.com/questions/28492037/joptionpane-inputdialog-method-doesnt-show-horizontal-scroll-bar-instead-stretc", + "https://www.stackoverflow.com/questions/28492038/how-to-write-particular-nodes-of-xmldocument-in-an-xml-file", + "https://www.stackoverflow.com/questions/28492042/html5-canvas-alpha-transparency-doesnt-work-in-firefox-for-curves-when-window-i", + "https://www.stackoverflow.com/questions/28492043/breakout-tkinter-recreation", + "https://www.stackoverflow.com/questions/28492045/how-to-crop-ffmpeg-avframe", + "https://www.stackoverflow.com/questions/28492054/azure-website-goes-to-iis-welcome-page", + "https://www.stackoverflow.com/questions/28492058/how-to-secure-transaction-among-distributed-nodes", + "https://www.stackoverflow.com/questions/28492060/drawing-the-x-and-y-axis-for-a-curved-line-in-c-sharp-form", + "https://www.stackoverflow.com/questions/28492061/select-the-values-between-startdate-and-end-date-in-sql", + "https://www.stackoverflow.com/questions/28492065/android-ndk-rest-client", + "https://www.stackoverflow.com/questions/28492070/parse-com-delete-object-cloud-code", + "https://www.stackoverflow.com/questions/28492071/horizontal-divider-of-the-statusstrip", + "https://www.stackoverflow.com/questions/28492073/show-custom-control-hint-when-disabled", + "https://www.stackoverflow.com/questions/28492076/cant-upload-photos-to-s3-with-fog-in-rails-exconerrorssocketerror-b", + "https://www.stackoverflow.com/questions/28492079/output-variable-values-to-text-file-from-html-form", + "https://www.stackoverflow.com/questions/28492079/output-variable-values-to-text-file-from-html-form/?lastactivity", + "https://www.stackoverflow.com/questions/28492087/how-to-move-up-an-xml-node-in-vb-net", + "https://www.stackoverflow.com/questions/28492089/hide-selected-option-in-other-list-using-ngoptions-in-angularjs", + "https://www.stackoverflow.com/questions/28492089/hide-selected-option-in-other-list-using-ngoptions-in-angularjs/?lastactivity", + "https://www.stackoverflow.com/questions/28492102/event-sourcing-data-flows-for-a-simple-web-application", + "https://www.stackoverflow.com/questions/28492103/how-to-combine-python-asyncio-with-threads", + "https://www.stackoverflow.com/questions/28492107/what-is-wrong-with-my-normalized-orthographic-coordinates-in-opengl", + "https://www.stackoverflow.com/questions/28492114/jquery-selecting-data-href", + "https://www.stackoverflow.com/questions/28492114/jquery-selecting-data-href/?lastactivity", + "https://www.stackoverflow.com/questions/28492116/can-i-include-user-information-while-issuing-an-access-code", + "https://www.stackoverflow.com/questions/28492117/category-hierarchy-using-mongodb-and-nodejs", + "https://www.stackoverflow.com/questions/28492118/how-to-convert-jni-jchararray-to-wchar", + "https://www.stackoverflow.com/questions/28492119/tracking-facebook-mobile-installs", + "https://www.stackoverflow.com/questions/28492122/fused-location-provider-not-getting-location-unless-gps-is-on", + "https://www.stackoverflow.com/questions/28492126/caemitterlayer-and-caemittercell-not-changing-dynamically", + "https://www.stackoverflow.com/questions/28492129/google-analytics-for-mobile-tracking-multiple-players-per-session", + "https://www.stackoverflow.com/questions/28492134/memory-issue-on-uploading-file", + "https://www.stackoverflow.com/questions/28492138/pygame-image-loading-not-working-why", + "https://www.stackoverflow.com/questions/28492140/convert-curl-request-to-restclient-request", + "https://www.stackoverflow.com/questions/28492141/how-can-i-add-a-blank-value-to-a-silverstripe-dropdownfield-and-require-a-non-bl", + "https://www.stackoverflow.com/questions/28492144/serializing-an-arraylist-in-java", + "https://www.stackoverflow.com/questions/28492147/matlab-how-to-re-using-the-corresponding-amplitude-without-re-compute-the-signa", + "https://www.stackoverflow.com/questions/28492148/chrome-extension-to-modify-innerhtml-of-twitter", + "https://www.stackoverflow.com/questions/28492164/using-laravel-4-how-do-i-mark-a-radio-button-as-checked-if-a-session-key-is-a-s", + "https://www.stackoverflow.com/questions/28492165/python-3-map-two-dictionaries-by-the-highest-values", + "https://www.stackoverflow.com/questions/28492170/15px-toolbar-space-on-right-when-body-has-overflow-hidden", + "https://www.stackoverflow.com/questions/28492173/called-from-wrong-thread-using-custom-array-adapter", + "https://www.stackoverflow.com/questions/28492174/reading-pandas-frame-from-sqlite3-using-variable-in-where-clause", + "https://www.stackoverflow.com/questions/28492186/unix-how-to-return-0-depending-on-integer-inputted", + "https://www.stackoverflow.com/questions/28492191/datagridview-datasource-content-updated-in-another-thread", + "https://www.stackoverflow.com/questions/28492195/how-do-i-return-to-the-first-view-controller-on-a-storyboard", + "https://www.stackoverflow.com/questions/28492196/make-an-r-script-write-lines-to-the-console-faster-rgui", + "https://www.stackoverflow.com/questions/9873350/dgps-corrections-on-android", + "https://www.stackoverflow.com/questions/9873350/dgps-corrections-on-android/?lastactivity", + "https://www.stackoverflow.com/questions/ask", + "https://www.stackoverflow.com/questions/tagged/.net", + "https://www.stackoverflow.com/questions/tagged/aac", + "https://www.stackoverflow.com/questions/tagged/aiohttp", + "https://www.stackoverflow.com/questions/tagged/ajax", + "https://www.stackoverflow.com/questions/tagged/amazon-ec2", + "https://www.stackoverflow.com/questions/tagged/amazon-s3", + "https://www.stackoverflow.com/questions/tagged/amazon-web-services", + "https://www.stackoverflow.com/questions/tagged/android", + "https://www.stackoverflow.com/questions/tagged/android-arrayadapter", + "https://www.stackoverflow.com/questions/tagged/android-asynctask", + "https://www.stackoverflow.com/questions/tagged/angularjs", + "https://www.stackoverflow.com/questions/tagged/angularjs-ng-options", + "https://www.stackoverflow.com/questions/tagged/antlr4", + "https://www.stackoverflow.com/questions/tagged/api", + "https://www.stackoverflow.com/questions/tagged/arduino", + "https://www.stackoverflow.com/questions/tagged/arraylist", + "https://www.stackoverflow.com/questions/tagged/arrays", + "https://www.stackoverflow.com/questions/tagged/asp-classic", + "https://www.stackoverflow.com/questions/tagged/asp.net-web-api", + "https://www.stackoverflow.com/questions/tagged/assembly", + "https://www.stackoverflow.com/questions/tagged/autolayout", + "https://www.stackoverflow.com/questions/tagged/automation", + "https://www.stackoverflow.com/questions/tagged/axis-labels", + "https://www.stackoverflow.com/questions/tagged/azure", + "https://www.stackoverflow.com/questions/tagged/azure-worker-roles", + "https://www.stackoverflow.com/questions/tagged/bag", + "https://www.stackoverflow.com/questions/tagged/bash", + "https://www.stackoverflow.com/questions/tagged/blade", + "https://www.stackoverflow.com/questions/tagged/boost", + "https://www.stackoverflow.com/questions/tagged/bootstrap", + "https://www.stackoverflow.com/questions/tagged/browser", + "https://www.stackoverflow.com/questions/tagged/c", + "https://www.stackoverflow.com/questions/tagged/c%23", + "https://www.stackoverflow.com/questions/tagged/c%2b%2b", + "https://www.stackoverflow.com/questions/tagged/caemittercell", + "https://www.stackoverflow.com/questions/tagged/caemitterlayer", + "https://www.stackoverflow.com/questions/tagged/calayer", + "https://www.stackoverflow.com/questions/tagged/canvas", + "https://www.stackoverflow.com/questions/tagged/casperjs", + "https://www.stackoverflow.com/questions/tagged/cat", + "https://www.stackoverflow.com/questions/tagged/chartboost", + "https://www.stackoverflow.com/questions/tagged/chef", + "https://www.stackoverflow.com/questions/tagged/class", + "https://www.stackoverflow.com/questions/tagged/cocoa", + "https://www.stackoverflow.com/questions/tagged/codeigniter", + "https://www.stackoverflow.com/questions/tagged/collision", + "https://www.stackoverflow.com/questions/tagged/createjs", + "https://www.stackoverflow.com/questions/tagged/cross-browser", + "https://www.stackoverflow.com/questions/tagged/css", + "https://www.stackoverflow.com/questions/tagged/custom-controls", + "https://www.stackoverflow.com/questions/tagged/d3.js", + "https://www.stackoverflow.com/questions/tagged/data", + "https://www.stackoverflow.com/questions/tagged/data-binding", + "https://www.stackoverflow.com/questions/tagged/databags", + "https://www.stackoverflow.com/questions/tagged/datagridview", + "https://www.stackoverflow.com/questions/tagged/delete", + "https://www.stackoverflow.com/questions/tagged/delphi", + "https://www.stackoverflow.com/questions/tagged/deserialization", + "https://www.stackoverflow.com/questions/tagged/dictionary", + "https://www.stackoverflow.com/questions/tagged/dynamic", + "https://www.stackoverflow.com/questions/tagged/elasticsearch", + "https://www.stackoverflow.com/questions/tagged/ember.js", + "https://www.stackoverflow.com/questions/tagged/event-sourcing", + "https://www.stackoverflow.com/questions/tagged/express", + "https://www.stackoverflow.com/questions/tagged/facebook", + "https://www.stackoverflow.com/questions/tagged/ffmpeg", + "https://www.stackoverflow.com/questions/tagged/file-upload", + "https://www.stackoverflow.com/questions/tagged/fileinfo", + "https://www.stackoverflow.com/questions/tagged/firefox", + "https://www.stackoverflow.com/questions/tagged/flex", + "https://www.stackoverflow.com/questions/tagged/fog", + "https://www.stackoverflow.com/questions/tagged/fonts", + "https://www.stackoverflow.com/questions/tagged/forms", + "https://www.stackoverflow.com/questions/tagged/fpdf", + "https://www.stackoverflow.com/questions/tagged/fpdi", + "https://www.stackoverflow.com/questions/tagged/fullpage.js", + "https://www.stackoverflow.com/questions/tagged/function", + "https://www.stackoverflow.com/questions/tagged/fusedlocationproviderapi", + "https://www.stackoverflow.com/questions/tagged/geolocation", + "https://www.stackoverflow.com/questions/tagged/geometry", + "https://www.stackoverflow.com/questions/tagged/google-analytics", + "https://www.stackoverflow.com/questions/tagged/google-chrome", + "https://www.stackoverflow.com/questions/tagged/google-chrome-extension", + "https://www.stackoverflow.com/questions/tagged/google-maps", + "https://www.stackoverflow.com/questions/tagged/google-tag-manager", + "https://www.stackoverflow.com/questions/tagged/gps", + "https://www.stackoverflow.com/questions/tagged/hierarchy", + "https://www.stackoverflow.com/questions/tagged/hp-uft", + "https://www.stackoverflow.com/questions/tagged/html", + "https://www.stackoverflow.com/questions/tagged/html5", + "https://www.stackoverflow.com/questions/tagged/hubspot", + "https://www.stackoverflow.com/questions/tagged/image", + "https://www.stackoverflow.com/questions/tagged/image-processing", + "https://www.stackoverflow.com/questions/tagged/indexing", + "https://www.stackoverflow.com/questions/tagged/ios", + "https://www.stackoverflow.com/questions/tagged/iphone-6-plus", + "https://www.stackoverflow.com/questions/tagged/java", + "https://www.stackoverflow.com/questions/tagged/javascript", + "https://www.stackoverflow.com/questions/tagged/jax-rs", + "https://www.stackoverflow.com/questions/tagged/joptionpane", + "https://www.stackoverflow.com/questions/tagged/jquery", + "https://www.stackoverflow.com/questions/tagged/jquery-select2", + "https://www.stackoverflow.com/questions/tagged/json", + "https://www.stackoverflow.com/questions/tagged/jsonb", + "https://www.stackoverflow.com/questions/tagged/knitr", + "https://www.stackoverflow.com/questions/tagged/laravel", + "https://www.stackoverflow.com/questions/tagged/libcurl", + "https://www.stackoverflow.com/questions/tagged/list", + "https://www.stackoverflow.com/questions/tagged/listview", + "https://www.stackoverflow.com/questions/tagged/mailchimp", + "https://www.stackoverflow.com/questions/tagged/math", + "https://www.stackoverflow.com/questions/tagged/matlab", + "https://www.stackoverflow.com/questions/tagged/memory-management", + "https://www.stackoverflow.com/questions/tagged/mobile", + "https://www.stackoverflow.com/questions/tagged/model-view-controller", + "https://www.stackoverflow.com/questions/tagged/mongodb", + "https://www.stackoverflow.com/questions/tagged/multithreading", + "https://www.stackoverflow.com/questions/tagged/mysql", + "https://www.stackoverflow.com/questions/tagged/neo4j", + "https://www.stackoverflow.com/questions/tagged/ng-options", + "https://www.stackoverflow.com/questions/tagged/nginx", + "https://www.stackoverflow.com/questions/tagged/node.js", + "https://www.stackoverflow.com/questions/tagged/numeric", + "https://www.stackoverflow.com/questions/tagged/object", + "https://www.stackoverflow.com/questions/tagged/objective-c", + "https://www.stackoverflow.com/questions/tagged/oop", + "https://www.stackoverflow.com/questions/tagged/opengl", + "https://www.stackoverflow.com/questions/tagged/overloading", + "https://www.stackoverflow.com/questions/tagged/owl-api", + "https://www.stackoverflow.com/questions/tagged/pandas", + "https://www.stackoverflow.com/questions/tagged/pandoc", + "https://www.stackoverflow.com/questions/tagged/parse.com", + "https://www.stackoverflow.com/questions/tagged/pascals-triangle", + "https://www.stackoverflow.com/questions/tagged/pdf", + "https://www.stackoverflow.com/questions/tagged/phantomjs", + "https://www.stackoverflow.com/questions/tagged/php", + "https://www.stackoverflow.com/questions/tagged/post", + "https://www.stackoverflow.com/questions/tagged/postgresql", + "https://www.stackoverflow.com/questions/tagged/postgresql-9.4", + "https://www.stackoverflow.com/questions/tagged/pygame", + "https://www.stackoverflow.com/questions/tagged/python", + "https://www.stackoverflow.com/questions/tagged/python-asyncio", + "https://www.stackoverflow.com/questions/tagged/qpainter", + "https://www.stackoverflow.com/questions/tagged/qstyleditemdelegate", + "https://www.stackoverflow.com/questions/tagged/qt", + "https://www.stackoverflow.com/questions/tagged/qtp", + "https://www.stackoverflow.com/questions/tagged/query-string", + "https://www.stackoverflow.com/questions/tagged/r", + "https://www.stackoverflow.com/questions/tagged/radio-button", + "https://www.stackoverflow.com/questions/tagged/reactjs", + "https://www.stackoverflow.com/questions/tagged/rest", + "https://www.stackoverflow.com/questions/tagged/rest-client", + "https://www.stackoverflow.com/questions/tagged/rgui", + "https://www.stackoverflow.com/questions/tagged/rmarkdown", + "https://www.stackoverflow.com/questions/tagged/rstudio", + "https://www.stackoverflow.com/questions/tagged/ruby-on-rails", + "https://www.stackoverflow.com/questions/tagged/sails.js", + "https://www.stackoverflow.com/questions/tagged/save", + "https://www.stackoverflow.com/questions/tagged/scrapy", + "https://www.stackoverflow.com/questions/tagged/select", + "https://www.stackoverflow.com/questions/tagged/selenium", + "https://www.stackoverflow.com/questions/tagged/selenium-webdriver", + "https://www.stackoverflow.com/questions/tagged/serialization", + "https://www.stackoverflow.com/questions/tagged/shiny", + "https://www.stackoverflow.com/questions/tagged/signals", + "https://www.stackoverflow.com/questions/tagged/silverstripe", + "https://www.stackoverflow.com/questions/tagged/sms", + "https://www.stackoverflow.com/questions/tagged/spring", + "https://www.stackoverflow.com/questions/tagged/spring-security", + "https://www.stackoverflow.com/questions/tagged/spring-security-oauth2", + "https://www.stackoverflow.com/questions/tagged/sprite", + "https://www.stackoverflow.com/questions/tagged/sql", + "https://www.stackoverflow.com/questions/tagged/sql-server-2008", + "https://www.stackoverflow.com/questions/tagged/sqlalchemy", + "https://www.stackoverflow.com/questions/tagged/sqlite", + "https://www.stackoverflow.com/questions/tagged/ssl", + "https://www.stackoverflow.com/questions/tagged/statusstrip", + "https://www.stackoverflow.com/questions/tagged/storyboard", + "https://www.stackoverflow.com/questions/tagged/svg", + "https://www.stackoverflow.com/questions/tagged/symfony2", + "https://www.stackoverflow.com/questions/tagged/text-files", + "https://www.stackoverflow.com/questions/tagged/tkinter", + "https://www.stackoverflow.com/questions/tagged/tracking", + "https://www.stackoverflow.com/questions/tagged/transparency", + "https://www.stackoverflow.com/questions/tagged/tumblr", + "https://www.stackoverflow.com/questions/tagged/twilio", + "https://www.stackoverflow.com/questions/tagged/twitter", + "https://www.stackoverflow.com/questions/tagged/twitter-bootstrap", + "https://www.stackoverflow.com/questions/tagged/twitter-bootstrap-3", + "https://www.stackoverflow.com/questions/tagged/ubuntu", + "https://www.stackoverflow.com/questions/tagged/uiwebview", + "https://www.stackoverflow.com/questions/tagged/unity3d", + "https://www.stackoverflow.com/questions/tagged/unix", + "https://www.stackoverflow.com/questions/tagged/vb.net", + "https://www.stackoverflow.com/questions/tagged/vcl", + "https://www.stackoverflow.com/questions/tagged/visual-c%2b%2b", + "https://www.stackoverflow.com/questions/tagged/visual-studio-2013", + "https://www.stackoverflow.com/questions/tagged/wchar", + "https://www.stackoverflow.com/questions/tagged/winforms", + "https://www.stackoverflow.com/questions/tagged/wordpress", + "https://www.stackoverflow.com/questions/tagged/xml", + "https://www.stackoverflow.com/questions/tagged/xml-parsing", + "https://www.stackoverflow.com/questions/tagged/xmlnode", + "https://www.stackoverflow.com/tags", + "https://www.stackoverflow.com/tour", + "https://www.stackoverflow.com/unanswered", + "https://www.stackoverflow.com/users", + "https://www.stackoverflow.com/users/104641/aaron", + "https://www.stackoverflow.com/users/1109887/daniel", + "https://www.stackoverflow.com/users/1118321/user1118321", + "https://www.stackoverflow.com/users/114251/arun-p-johny", + "https://www.stackoverflow.com/users/1163940/xst", + "https://www.stackoverflow.com/users/119527/jonathon-reinhart", + "https://www.stackoverflow.com/users/1202123/joey", + "https://www.stackoverflow.com/users/1298400/jeffery-thomas", + "https://www.stackoverflow.com/users/1380867/mzaragoza", + "https://www.stackoverflow.com/users/1408935/sasha", + "https://www.stackoverflow.com/users/1432701/swadesh", + "https://www.stackoverflow.com/users/149341/duskwuff", + "https://www.stackoverflow.com/users/1539655/levi", + "https://www.stackoverflow.com/users/1550518/sajas", + "https://www.stackoverflow.com/users/1705266/sam", + "https://www.stackoverflow.com/users/1796593/geany", + "https://www.stackoverflow.com/users/1870232/p0w", + "https://www.stackoverflow.com/users/1887101/adjit", + "https://www.stackoverflow.com/users/1903668/alen-lee", + "https://www.stackoverflow.com/users/1944352/georgi-angelov", + "https://www.stackoverflow.com/users/1956174/lboyel", + "https://www.stackoverflow.com/users/197896/anhldbk", + "https://www.stackoverflow.com/users/2103383/paul-r", + "https://www.stackoverflow.com/users/2134398/arif", + "https://www.stackoverflow.com/users/2167202/john-m-fecko", + "https://www.stackoverflow.com/users/2263949/jonathan", + "https://www.stackoverflow.com/users/2333196/user2333196", + "https://www.stackoverflow.com/users/2386326/muhammadn", + "https://www.stackoverflow.com/users/2442450/benjamin-loya", + "https://www.stackoverflow.com/users/2456977/user2456977", + "https://www.stackoverflow.com/users/2547739/paul-lo", + "https://www.stackoverflow.com/users/2571520/threster", + "https://www.stackoverflow.com/users/2587435/peeskillet", + "https://www.stackoverflow.com/users/2596664/jim-l", + "https://www.stackoverflow.com/users/2619188/demisx", + "https://www.stackoverflow.com/users/2620822/nous", + "https://www.stackoverflow.com/users/2788619/lin457", + "https://www.stackoverflow.com/users/291180/travis-webb", + "https://www.stackoverflow.com/users/2985968/mattwithoos", + "https://www.stackoverflow.com/users/2986175/user2986175", + "https://www.stackoverflow.com/users/301857/grant-winney", + "https://www.stackoverflow.com/users/3050141/pandarian-ld", + "https://www.stackoverflow.com/users/3152078/user3152078", + "https://www.stackoverflow.com/users/3152465/user3152465", + "https://www.stackoverflow.com/users/316469/spacedog", + "https://www.stackoverflow.com/users/3201696/ajmajmajma", + "https://www.stackoverflow.com/users/3309877/vm7488", + "https://www.stackoverflow.com/users/3435575/user3435575", + "https://www.stackoverflow.com/users/3439950/melona380", + "https://www.stackoverflow.com/users/3559349/stephen-muecke", + "https://www.stackoverflow.com/users/3643560/user3643560", + "https://www.stackoverflow.com/users/3702797/kaiido", + "https://www.stackoverflow.com/users/384964/yko", + "https://www.stackoverflow.com/users/3961428/iqueqiorio", + "https://www.stackoverflow.com/users/4074836/user86745458", + "https://www.stackoverflow.com/users/4086243/fxstein", + "https://www.stackoverflow.com/users/4091463/hasan91", + "https://www.stackoverflow.com/users/4144048/torched90", + "https://www.stackoverflow.com/users/4229735/tony", + "https://www.stackoverflow.com/users/4234308/kabamawekesa", + "https://www.stackoverflow.com/users/4234324/michael-ek", + "https://www.stackoverflow.com/users/4283277/mcope", + "https://www.stackoverflow.com/users/4284664/jason-freels", + "https://www.stackoverflow.com/users/4338725/familyguy", + "https://www.stackoverflow.com/users/4362197/touchout", + "https://www.stackoverflow.com/users/4390456/avani-gupta", + "https://www.stackoverflow.com/users/4404791/anshul-tyagi", + "https://www.stackoverflow.com/users/4418155/usernike80", + "https://www.stackoverflow.com/users/4430873/qrafzvzv", + "https://www.stackoverflow.com/users/4497404/tim", + "https://www.stackoverflow.com/users/4501047/somebodyy", + "https://www.stackoverflow.com/users/4526106/overflow2341313", + "https://www.stackoverflow.com/users/4533615/anshoo", + "https://www.stackoverflow.com/users/4553797/yash-thakur", + "https://www.stackoverflow.com/users/4556652/aeongrail", + "https://www.stackoverflow.com/users/4557979/sally-b", + "https://www.stackoverflow.com/users/4561914/barpan", + "https://www.stackoverflow.com/users/4561932/vulgar-kitten", + "https://www.stackoverflow.com/users/4561938/tgudroe", + "https://www.stackoverflow.com/users/4561981/jordan", + "https://www.stackoverflow.com/users/612253/highly-irregular", + "https://www.stackoverflow.com/users/637146/brandon-wilson", + "https://www.stackoverflow.com/users/647991/jeckyll2hide", + "https://www.stackoverflow.com/users/692942/lankymart", + "https://www.stackoverflow.com/users/782104/user782104", + "https://www.stackoverflow.com/users/80353/kim-stacks", + "https://www.stackoverflow.com/users/83916/zeckdude", + "https://www.stackoverflow.com/users/847218/pimguilherme", + "https://www.stackoverflow.com/users/857500/hitu-bansal", + "https://www.stackoverflow.com/users/913347/ishahak", + "https://www.stackoverflow.com/users/91377/ehfeng", + "https://www.stackoverflow.com/users/986446/cafman", + "https://www.stackoverflow.com/users/988445/jerry-dodge", + "https://www.stackoverflow.com?tab=featured", + "https://www.stackoverflow.com?tab=hot", + "https://www.stackoverflow.com?tab=interesting", + "https://www.stackoverflow.com?tab=month", + "https://www.stackoverflow.com?tab=week", + "https://www.subscribe.wsj.com/hpfooterlink", + "https://www.subscribe.wsj.com/hpheaderlink", + "https://www.tumblr.com/", + "https://www.twitter.com", + "https://www.twitter.com#supported_languages", + "https://www.twitter.com/", + "https://www.twitter.com/JaredLeto/status/549847390342361088", + "https://www.twitter.com/NBA/status/560319834135998464", + "https://www.twitter.com/RaviVora/status/515695592656224256", + "https://www.twitter.com/Thursday_Neal/status/500060476571926528", + "https://www.twitter.com/about", + "https://www.twitter.com/account/begin_password_reset", + "https://www.twitter.com/account/complete", + "https://www.twitter.com/astro_reid/status/531567705368059904", + "https://www.twitter.com/i/directory/profiles", + "https://www.twitter.com/login", + "https://www.twitter.com/privacy", + "https://www.twitter.com/sanarao/status/531643781163261952", + "https://www.twitter.com/tos", + "https://www.twitter.com?lang=ar", + "https://www.twitter.com?lang=bn", + "https://www.twitter.com?lang=cs", + "https://www.twitter.com?lang=da", + "https://www.twitter.com?lang=de", + "https://www.twitter.com?lang=en-gb", + "https://www.twitter.com?lang=es", + "https://www.twitter.com?lang=fa", + "https://www.twitter.com?lang=fi", + "https://www.twitter.com?lang=fil", + "https://www.twitter.com?lang=fr", + "https://www.twitter.com?lang=he", + "https://www.twitter.com?lang=hi", + "https://www.twitter.com?lang=hu", + "https://www.twitter.com?lang=id", + "https://www.twitter.com?lang=it", + "https://www.twitter.com?lang=ja", + "https://www.twitter.com?lang=ko", + "https://www.twitter.com?lang=msa", + "https://www.twitter.com?lang=nl", + "https://www.twitter.com?lang=no", + "https://www.twitter.com?lang=pl", + "https://www.twitter.com?lang=pt", + "https://www.twitter.com?lang=ro", + "https://www.twitter.com?lang=ru", + "https://www.twitter.com?lang=sv", + "https://www.twitter.com?lang=th", + "https://www.twitter.com?lang=tr", + "https://www.twitter.com?lang=uk", + "https://www.twitter.com?lang=vi", + "https://www.twitter.com?lang=zh-cn", + "https://www.twitter.com?lang=zh-tw", + "https://www.wikibooks.org/", + "https://www.wikidata.org/", + "https://www.wikinews.org/", + "https://www.wikiquote.org/", + "https://www.wikisource.org/", + "https://www.wikiversity.org/", + "https://www.wikivoyage.org/", + "https://www.wiktionary.org/", + "https://www.yahoo.com", + "https://www.yahoo.com#suggestions", + "https://www.yahoo.com/", + "https://www.yahoo.com/beauty", + "https://www.yahoo.com/beauty/why-halle-berry-is-a-beauty-role-model-110770419048.html", + "https://www.yahoo.com/food", + "https://www.yahoo.com/health", + "https://www.yahoo.com/health/i-choose-to-love-my-body-what-happens-when-you-110642609372.html", + "https://www.yahoo.com/makers", + "https://www.yahoo.com/movies", + "https://www.yahoo.com/movies/amy-schumer-and-judd-apatow-on-trainwreck-110737714162.html", + "https://www.yahoo.com/parenting", + "https://www.yahoo.com/parenting/i-regret-leaving-my-son-in-the-car-by-himself-110174149007.html", + "https://www.yahoo.com/style", + "https://www.yahoo.com/tech", + "https://www.yahoo.com/travel", + "https://www.youtube.com/", + "https://www.youtube.com/?tab=w1", + "https://www.youtube.com/channel/SBAaOjE-GIlRI", + "https://www.youtube.com/channel/UC-9-kyTW8ZkZNDHQJ6FgpwQ", + "https://www.youtube.com/channel/UC3yA8nDwraeOfnYfBWun83g", + "https://www.youtube.com/channel/UC8YI_VPcs0uaSgPAZiGEAFQ", + "https://www.youtube.com/channel/UCBR8-60-B28hp2BmDPdntcQ", + "https://www.youtube.com/channel/UCEgdi0XIXXZ-qJOFPf4JSKw", + "https://www.youtube.com/channel/UCF0pVplsI8R5kcAqgtoRqoA", + "https://www.youtube.com/channel/UCOpNcN46UbXVtpKMrmU4Abg", + "https://www.youtube.com/channel/UCX77Km4pLRsU9OFYEMdIvew", + "https://www.youtube.com/channel/UCYfdidRxbB8Qhf0Nx7ioOYw", + "https://www.youtube.com/channel/UCczhp4wznQWonO7Pb8HQ2MQ", + "https://www.youtube.com/channel/UCl8dMTqDrJQ0c8y23UBu4kQ", + "https://www.youtube.com/channels", + "https://www.youtube.com/feed/history", + "https://www.youtube.com/feed/music", + "https://www.youtube.com/playlist?list=PLrEnWoR732-BHrPp_Pm8_VleD68f9s14-", + "https://www.youtube.com/t/terms", + "https://www.youtube.com/testtube", + "https://www.youtube.com/upload", + "https://www.youtube.com/user/BuzzFeedYellow", + "https://www.youtube.com/user/GoProCamera", + "https://www.youtube.com/user/JennaMarbles", + "https://www.youtube.com/user/MeghanTrainorVEVO", + "https://www.youtube.com/user/NickiMinajAtVEVO", + "https://www.youtube.com/user/TEDxTalks", + "https://www.youtube.com/user/TaylorSwiftVEVO", + "https://www.youtube.com/user/TheLateShow", + "https://www.youtube.com/user/WarnerBrosPictures", + "https://www.youtube.com/user/WatchMojo", + "https://www.youtube.com/user/beyonceVEVO", + "https://www.youtube.com/user/comedycentral", + "https://www.youtube.com/user/jamesbond007", + "https://www.youtube.com/user/latenight", + "https://www.youtube.com/user/onemeeeliondollars", + "https://www.youtube.com/user/simonscat", + "https://www.youtube.com/user/teamcoco", + "https://www.youtube.com/user/universalpicturesuk", + "https://www.youtube.com/user/watchcut", + "https://www.youtube.com/watch?v=2EwViQxSJJQ", + "https://www.youtube.com/watch?v=2ZCUtnuAXg8", + "https://www.youtube.com/watch?v=3ANGZm0xPOA", + "https://www.youtube.com/watch?v=3jT_q7dt-cM", + "https://www.youtube.com/watch?v=3xUfCUFPL-8", + "https://www.youtube.com/watch?v=4JipHEz53sU", + "https://www.youtube.com/watch?v=4K4Iv_N9Nno", + "https://www.youtube.com/watch?v=5FJO6b8GL3M", + "https://www.youtube.com/watch?v=5MgBikgcWnY", + "https://www.youtube.com/watch?v=6aqXfF1iPdo", + "https://www.youtube.com/watch?v=6bh4mvJ5jUg", + "https://www.youtube.com/watch?v=6jm7sjRJQTc", + "https://www.youtube.com/watch?v=6nr8hPnZfMU", + "https://www.youtube.com/watch?v=7PCkvCPvDXk", + "https://www.youtube.com/watch?v=AWpsOqh8q0M", + "https://www.youtube.com/watch?v=BU769XX_dIQ", + "https://www.youtube.com/watch?v=BeZLzsik75U", + "https://www.youtube.com/watch?v=D7GW8TYCEG4", + "https://www.youtube.com/watch?v=GNZBSZD16cY", + "https://www.youtube.com/watch?v=JGjeaHe7GkY", + "https://www.youtube.com/watch?v=KaasJ44O5lI", + "https://www.youtube.com/watch?v=LXXQLa-5n5w", + "https://www.youtube.com/watch?v=Nx8RRIiP53Q", + "https://www.youtube.com/watch?v=PGc9n6BiWXA", + "https://www.youtube.com/watch?v=RzhAS_GnJIc", + "https://www.youtube.com/watch?v=Se1y2R5QRKU", + "https://www.youtube.com/watch?v=So9iCqdfUF4", + "https://www.youtube.com/watch?v=TBIL2sdfoVc", + "https://www.youtube.com/watch?v=TZPN9g2pmPQ", + "https://www.youtube.com/watch?v=VuNIsY6JdUw", + "https://www.youtube.com/watch?v=WA4iX5D9Z64", + "https://www.youtube.com/watch?v=YYKB75aIHWE", + "https://www.youtube.com/watch?v=Zlot0i3Zykw", + "https://www.youtube.com/watch?v=ZzAgktRXlPY", + "https://www.youtube.com/watch?v=_6e5nE2SXYU", + "https://www.youtube.com/watch?v=c9JhGNysgrk", + "https://www.youtube.com/watch?v=cMPEd8m79Hw", + "https://www.youtube.com/watch?v=d0d30A585g0", + "https://www.youtube.com/watch?v=gwHDSDIpMVs", + "https://www.youtube.com/watch?v=he3DJLXbebI", + "https://www.youtube.com/watch?v=hqKafI7Amd8", + "https://www.youtube.com/watch?v=iKHTawgyKWQ", + "https://www.youtube.com/watch?v=jpe-LKn-4gM", + "https://www.youtube.com/watch?v=k70xBg8en-4", + "https://www.youtube.com/watch?v=kXFcr6oy5dk", + "https://www.youtube.com/watch?v=lrwsY2JxWM8", + "https://www.youtube.com/watch?v=mSnQ1hsmCTE", + "https://www.youtube.com/watch?v=mp7qWfDANrU", + "https://www.youtube.com/watch?v=nN6VR92V70M", + "https://www.youtube.com/watch?v=nfWlot6h_JM", + "https://www.youtube.com/watch?v=ofxGAXSope8", + "https://www.youtube.com/watch?v=oiJWrNWDXvM", + "https://www.youtube.com/watch?v=p1JPKLa-Ofc", + "https://www.youtube.com/watch?v=pSFyrrhKj1Q", + "https://www.youtube.com/watch?v=ptkzzNaZb7U", + "https://www.youtube.com/watch?v=qDc_5zpBj7s", + "https://www.youtube.com/watch?v=smTm7ESzc4k", + "https://www.youtube.com/watch?v=uGv0CYTe3eA", + "https://www.youtube.com/watch?v=v_yfdk_jSN8", + "https://www.youtube.com/watch?v=w-HYZv6HzAs", + "https://www.youtube.com/watch?v=w1oM3kQpXRo", + "https://www.youtube.com/watch?v=yLVSN9Q3toc", + "https://www.youtube.com/watch?v=yOIu78gsGOQ", + "https://www.youtube.com/yt/about/", + "https://www.youtube.com/yt/advertise/", + "https://www.youtube.com/yt/copyright/", + "https://www.youtube.com/yt/creators/", + "https://www.youtube.com/yt/dev/", + "https://www.youtube.com/yt/policyandsafety/", + "https://www.youtube.com/yt/press/", + "https://xal.wikipedia.org/", + "https://xh.wikipedia.org/", + "https://xmf.wikipedia.org/", + "https://yi.wikipedia.org/", + "https://yo.wikipedia.org/", + "https://za.wikipedia.org/", + "https://zea.wikipedia.org/", + "https://zh-classical.wikipedia.org/", + "https://zh-cn.facebook.com/", + "https://zh-min-nan.wikipedia.org/", + "https://zh-yue.wikipedia.org/", + "https://zh.wikipedia.org/", + "https://zh.wikipedia.org/wiki/Wikipedia:%E7%BB%B4%E5%9F%BA%E7%99%BE%E7%A7%91%E8%AF%AD%E8%A8%80%E5%88%97%E8%A1%A8", + "https://zu.wikipedia.org/", + "javascript:;", + "javascript:void(0)", + "javascript:void(0);" +] diff --git a/tools/perf/profile_creators/profile_safe_url_list.py b/tools/perf/profile_creators/profile_safe_url_list.py new file mode 100644 index 0000000..73f0e7b --- /dev/null +++ b/tools/perf/profile_creators/profile_safe_url_list.py @@ -0,0 +1,24 @@ +# Copyright 2015 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. +import json +import os +import random + + +def GetShuffledSafeUrls(): + """Returns a deterministic shuffling of safe urls. The profile generators + access the urls in order, and the urls are grouped by domain. The shuffling + reduces the load on external servers.""" + random.seed(0) + url_list_copy = list(_GetSafeUrls()) + random.shuffle(url_list_copy) + return url_list_copy + + +def _GetSafeUrls(): + """Returns a list of safe urls by loading them from a pre-generated file.""" + safe_url_dir = os.path.dirname(os.path.realpath(__file__)) + safe_url_path = os.path.join(safe_url_dir, "profile_safe_url_list.json") + with open(safe_url_path, 'r') as safe_url_file: + return json.load(safe_url_file) |